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 #1773968
Link/Comments font color
Closed

Comments

  • nboether started the conversation

    I can't for the life of me figure out how to change the color of this? Any help?


    Thank you!


  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    .overlay-post-box-meta, .overlay-post-box-meta .overlay-share span, .overlay-post-box-meta .overlay-share a, .overlay-post-box-meta .overlay-share a:hover{ color: #ff0000; }
    .overlay-post-box-meta > div:after{ border-color: #888; }
    

    If you want to change color for only comment text, please use:

    .overlay-post-box-meta .overlay-share a, .overlay-post-box-meta .overlay-share a:hover{ color: #ff0000; }
    .overlay-post-box-meta > div:after{ border-color: #888; }

    Change color code  ff0000 above to any color code you want. You can get a color code here


    Best Regards,

    PenciDesign