Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1927553
changing date color in posts
Closed

Comments

  • Grislap started the conversation

    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?

  •  2,699
    PenciDesign replied

    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

  • Grislap replied

    Thank you! How can I do the same thing for the Popular Posts and Recent Posts widgets?

  •  2,699
    PenciDesign replied

    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

  • Grislap replied

    Wonderful! Thank you so much for your quick and helpful responses!