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 #1447924
Link Color
Closed

Comments

  •  1
    Carly started the conversation

    I want to have a consistent link color across my entire site for both unvisited and visited links.  Customize - Colors for Single Post has the option to change link colors on single posts (unvisited / new links only) but it didn't seem to have any effect on the homepage, sidebar or pages... it only affected single posts.  Visited links are still appearing in black, which makes them blend into the text and the reader can't tell they are links. 


    Where can I change the colors for links across my entire site, including both visited and unvisited links?  

  •  2,699
    PenciDesign replied

    Hi,

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

    .standard-content a, .standard-content .post-entry a, .standard-content a:visited, .standard-content .post-entry a:visited, .container-single .post-entry a, .container-single .post-entry a:visited{ color: #69b589; }
    

    Change color code 69b589 on the above code to any color code you want.


    Best Regards,

    PenciDesign