Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #89832
    techfinderr
    Participant

    Hi,

    How to change the theme color? I’ve go to Customize > Colors, but its only able to change the background color. I want to change the theme color to #00cc99. Please guide me. Thanks

    Site: techfinderr.com

    #89877
    Mahesh
    Keymaster

    @techfinderr: Color option is available in Adventurous Pro. I recommend you to upgrade to Pro version. Or you’ll need to hire a customizer. Change theme color to #00cc99 sounds vague. If you do want to change link color to the mentioned color, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #header-right .widget ul.menu li:hover > a, #header-right .widget ul.menu a:focus, #header-right .widget ul.menu .current-menu-item > a, #header-right .widget ul.menu .current-menu-ancestor > a, #header-right .widget ul.menu .current_page_item > a, #header-right .widget ul.menu .current_page_ancestor > a, a {
        color: #00CC99;
    }

    Regards,
    Mahesh

    #89882
    techfinderr
    Participant

    @Mahesh,

    Its Work! Thank you very much and appreciate it 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Theme Color’ is closed to new replies.