Adjust the color
-
I need to adjust the background color for the title box of the featured posts in my front page, would appreciate someone can help me out! Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi there!
This CSS should help you change the background color of that box :)
.featured-content .entry-header { background-color: #fff; }You can replace #fff with your own HTML color code.
- The topic ‘Adjust the color’ is closed to new replies.