Change Blockquote colour in post and featured posts CSS
-
Hi,
I’m using Splendio theme and am trying to figure out a way to change the featured posts text and blockquote text colour (they are the same), using CSS.
Any tips or suggestions? Highly appreciated.
-
The feature post text (content) color is set here:
.featured-posts .entry-summary { color: #996633; }If you want to change the “continue reading” text color, add this:
.featured-posts .entry-summary a { color: #CC0000; }Blockquote text color would be set here:
.entry-content blockquote, .comment-content blockquote { color: #845424; } -
-
- The topic ‘Change Blockquote colour in post and featured posts CSS’ is closed to new replies.