How do I change color of recent post on front page
- The topic ‘How do I change color of recent post on front page’ is closed to new replies.
Need help? Check out our Support site, then
Currently the background color is purple. How can I change the color of that background as well as the purple arrow?
The blog I need help with is: (visible only to logged in users)
@thenextgenrevolution: Thanks for using the verity theme. You can change the color code in the following CSS and add it in Custom CSS:
.first-post .hentry {
background-color: #ac75ac;
}
You can remove that curve by adding the following CSS in Custom CSS:
.curve {
display: none;
}