I have begun putting together a new website, so very little is online at this point. I have figured out most everything, but I cannot figure out how to change the color of the date from the gray that is shown to the same brownish color of the post headlines. How do I do this?
I have begun putting together a new website, so very little is online at this point. I have figured out most everything, but I cannot figure out how to change the color of the date from the gray that is shown to the same brownish color of the post headlines. How do I do this?
Hi,
Please add more this code to Customize > Custom CSS to do that:
.grid-post-box-meta span, .post-box-meta-single span{ color: #705a0f; }Best Regards,
PenciDesign
Thank you! How can I do the same thing for the Popular Posts and Recent Posts widgets?
Hi,
Please add more this code to Customize > Custom CSS to do that:
.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta{ color: #705a0f; }Best Regards,
PenciDesign
Wonderful! Thank you so much for your quick and helpful responses!