Home Forums Basel support forum CHANGE FONT COLOR IN LINKS

CHANGE FONT COLOR IN LINKS

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17526

    empapelarte
    Participant

    Hay can I configure the theme to automatically change all the link color to an specific one? Not in the navigation menu but in the web text.

    Thanks

    #17529

    Eric Watson
    Participant

    Hello,

    Try to add the following code snippet to the Custom CSS in Theme Settings.

    .blog-post-loop a,
    a{
        color: #19bb52;
    }
    
    .blog-post-loop a:hover,
    .blog-post-loop a:focus,
    a:focus,
    a:hover{
        color: #6cd290;
    }
    

    Kind Regards
    XTemos Studio

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)