I’ve had a difficult time trying to tweak the CSS Stylesheet for my blog/site title and blog/site description. I tried combinations header, title, description elements but decided to copy/paste the element belonging to the site-description in the final result below:
[code language=”css”]
.site-header .site-title, .site-header .site-description, .site-header .entry-header .entry-title, .site-header .entry-header .entry-meta a, .site-header .entry-header .post-navigation a {
color: red;
text-decoration: underline;
text-align:center;
}
[/code>]
I liked the darker red color of the font and center alignment of the text.
Leave a Reply