Skip to content

Instantly share code, notes, and snippets.

@FreeWPTP
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FreeWPTP/bae9d7bd28bb0c113bc9 to your computer and use it in GitHub Desktop.
Save FreeWPTP/bae9d7bd28bb0c113bc9 to your computer and use it in GitHub Desktop.
Using WordPress Child Theme to Use Custom CSS in WordPress Site
/*
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