Created
April 13, 2016 13:45
-
-
Save melissajclark/729fb75f09df9a95205acb97010861f7 to your computer and use it in GitHub Desktop.
CSS for Simply Nicole's website
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
/* This will style the default page titles just like the category page titles */ | |
.page .entry-title { | |
font-size: 13px; | |
letter-spacing: 1px; | |
color: #ffffff; | |
background-color: #000000; | |
margin-bottom: 0px; | |
padding: 5px 0px; | |
text-align: center; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment