Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #94466
    wouwonline
    Participant

    Hi, the default link color is pink, how can i change the colors? (for current page, hover, titles of featured content).

    #94477
    Mahesh
    Keymaster

    @wouwonline: Please post in your site URL.

    Regards,
    Mahesh

    #94481
    wouwonline
    Participant
    #94522
    Mahesh
    Keymaster

    @wouwonline: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .site-footer a, 
    #mainnav .current-menu-item > a, 
    #mainnav .current-menu-ancestor > a {
        color: #ff00ff;
    }

    Note: You can change the color to your desired color by changing the color hex in the above code.
    Let me know if any problem.

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change link color’ is closed to new replies.