Last active
January 2, 2016 07:09
-
-
Save timoleinio/8268379 to your computer and use it in GitHub Desktop.
WordPress child theme example css
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 Fourteen lapsiteema | |
Template: twentyfourteen | |
*/ | |
@import url("../twentyfourteen/style.css"); | |
.entry-title{ | |
font-size: 54px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment