Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #20690
    Mitsunori
    Participant

    I love this theme very much. So I would like to use some other colors.
    I want to change the theme colors which are the global navi and the homepage headline background color #21759B (hover color,too), and the footer background color #1B5F7D.
    Can I control these colors?

    #20694
    Sakin
    Keymaster

    @yoshimura55: In Catch Kathmandu Pro, you should be able to change it from “Appearance => Color Options”. But if you want to further change it then send me your site URL and explain which element exactly you want to change.

    #21523
    Mitsunori
    Participant

    Hi

    I want to change the menu background and text color on “Secondary Menu”.
    I set up the color codes on “Menu Background Color” and “Menu Text Color” through “Appearance => Theme Options => Color Options” in my WordPress Daxhboard.
    But it dosen’t appear any changes.
    “Menu Hover & Active Background Color”, “Menu Hover & Active Text Color”, “Sub-Menu Background Color” and “Sub-Menu Text Color”, too.

    Are these color options working well?

    #21546
    Sakin
    Keymaster

    @yoshimura55: There seems to be little bug in color option and we will be launching the fix in new update in few days.

    For now, you can change the color code as per your need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* Secondary Menu Background & Text Color */
    #secondary-menu { background-color: #2581aa; }
    #secondary-menu ul.menu a { color: #fff; }
    /* Secondary Menu Hover Background & Text Color */
    #secondary-menu ul.menu li:hover > a, #secondary-menu ul.menu a:focus, #secondary-menu .menu .current-menu-item > a, #secondary-menu .menu .current-menu-ancestor > a, #secondary-menu .menu .current_page_item > a, #secondary-menu .menu .current_page_ancestor > a { background-color: #1b5F7d ; color: #fff; }
    /* Secondary Sub-Menu Background & Text Color */
    #secondary-menu ul.menu ul a { background-color: #2581aa; color: #fff; }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing Theme color’ is closed to new replies.