Last active
August 29, 2015 14:19
-
-
Save FreeWPTP/bae9d7bd28bb0c113bc9 to your computer and use it in GitHub Desktop.
Using WordPress Child Theme to Use Custom CSS in WordPress Site
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Theme Name: Twenty Fifteen Child | |
Theme URI: http://freewptp.com/ | |
Description: Twenty Fifteen Child Theme | |
Author: Movin | |
Author URI: http://freewptp.com/ | |
Template: twentyfifteen | |
Version: 1.0.0 | |
License: GNU General Public License v2 or later | |
License URI: http://www.gnu.org/licenses/gpl-2.0.html | |
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready | |
Text Domain: twenty-fifteen-child | |
*/ | |
.entry-header .entry-title a{ | |
font-size: 30px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment