Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #85707
    andy
    Participant

    Hi could you tell me how to change the main menu background colour please on Catch box pro. I have tried all the menu colour options in customiser but the menu bar stays black
    many thank

    #85709
    Mahesh
    Keymaster

    Hi @andy,

    If you are using Catch Box Pro, this feature is already built-in Catch Box Pro. Go to “Dashboard=> Appearance=> Customize=> Colors=> Custom Color Options” and change color for Menu Background Color to your desired color. It will change the Menu’s background color.
    Are you using Custom CSS for menu background color? If yes, the above option won’t work, it will be overridden by the Custom CSS.
    Let me know if any problem and post in your site url.

    Regards,
    Mahesh

    #85710
    andy
    Participant

    hi again
    sorry my mistake I have tried so many themes from you this week it is the clean box pro i ended up using so the options are there also to change the menu background but they dont seem to make any difference, do i need to use custom css?
    if so can you point me in the right direction as not a programmer as such
    my web address is http://217.199.187.189/cornercottageboarding.co.uk/
    still not gone live
    thanks so much
    andy

    #85717
    Mahesh
    Keymaster

    Hi @andy,

    You can use Custom CSS to achieve the changes for now. There is some issue in the theme and will be fixed in the next update.
    Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add any of following code as required.
    1. To change background for nav only

    .menu.clean-box-nav-menu {
        background-color: #dd3333;
    }

    2. To change background for the whole header bar

    #fixed-header-top {
        background-color: #dd3333;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    #85729
    andy
    Participant

    Hi Mahesh

    thats brilliant worked perfectly thank you for very quick and helpful support!!

    Andy

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Menu Colour’ is closed to new replies.