Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #55803
    roderick
    Member

    Hi, I’m trying to change the text/background colours of the main (primary) menu – it has dropdown elements and these don’t seem to change, still the original white/black combination, how do I alter these? I have the pro version. Thanks

    #55832
    Sakin
    Keymaster

    @roderick: Are you using default page menu or you have build custom menu from “Appearance => Menus” and then assign that menu as Primary menu from “Appearance => Menus => Manage Locations”.

    It’s know issue that this color option will not work in default page menu. We will fix this in new version update. So, for now you can build custom menu http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/

    #56343
    eckh20
    Participant

    Hi,

    I’m using the free version of Catch Responsive and am also having problems with the menu colour. I built a custom menu from “Appearance => Menus” and made it my primary menu. I’d like to change it from black background (for static and dropdown) to a blue that matches the logo. I’d like to change the hover background colour and text colour too.

    I’ve tried various CSS fixes that I’ve found on the support forums, including one you recommended for me a couple of years ago, but nothing happens. Is this a theme issue or am I just doing something wrong?

    http://pandipieri.org/

    #56362
    Sakin
    Keymaster

    @eckh20: You are using Catch Responsive free theme and it doesn’t have color option for menu to change it. You are posting it in Catch Responsive Pro theme support forum where as for Catch Responsive free you need to post in http://catchthemes.com/support-forum/forum/catch-responsive-free/

    For free version, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .nav-primary { background-color: #366488; }
    .catchresponsive-nav-menu li a:hover,
    .catchresponsive-nav-menu li a:focus {
    	background-color: #fff;
    	color: #366488;
    }
    .catchresponsive-nav-menu li:hover > a  {
    	background-color: #fff;
    	color: #366488;
    }
    .catchresponsive-nav-menu .current-menu-item > a, 
    .catchresponsive-nav-menu .current-menu-ancestor > a {
    	background-color: #fff;
    	color: #366488;
    }
    .catchresponsive-nav-menu .sub-menu li a:hover,
    .catchresponsive-nav-menu .sub-menu li a:focus {
    	background-color: #366488;
    	color: #fff;
    }
    #65754
    Daniel
    Participant

    Hi. Have the same problem. Just bought the update to the Catch Responsive Pro version and no matter where I try to change the colors, nothing happens. I can’t change the color of the menus, nor the color of the content. Colours show correctly in the “color options” menu, but they have no effect on the final layout… Any suggestions?

    #65833
    Sakin
    Keymaster

    @Daniel: Hum, I need to check you site and server. So, I will email you.

    #65846
    Daniel
    Participant

    Hi Sakin. here’s the link: test.gewerbewipkingen.ch
    Thanks

    #65852
    Sakin
    Keymaster

    @Daniel: Please check your email and reply me there.

    #65876
    Sakin
    Keymaster

    @Daniel: We finally got the issues found and fixed it in version 3.3. It was issue only in non English site which has set different language in General => Settings. We have attributed you as the reporter of the bug. You can check out change log at http://catchthemes.com/changelogs/catch-responsive-pro-theme/ Thanks a lot.

    #66984
    Jörg
    Participant

    Hi Sakin,
    I Have the same problem. I bought the update to the Catch Responsive Pro version and no matter to change the colors, nothing happens. I can’t change the color of the menues, nor the colors of the content. Colours show correctly in the “color options” menu, but they have no effect on the final layout…
    It works only when I add text in : “benutzerdefiniertes CSS hinzufügen”. like: #fff; /* Solid Color For Old Browser */
    background: rgba(255, 255, 255, 0.6); /* 60 percent transparent background color */}
    and so on.
    Any suggestions?

    #66991
    Sakin
    Keymaster

    @Jörg: Can you post in your site URL and then I can check in. Are you using the latest version?

    #66993
    Jörg
    Participant

    here is my site URL: http://www.schorschbross.de/varietekunst/wordpress/
    thank you for checking in.

    #66994
    Sakin
    Keymaster

    @Jörg: I see that you are using Catch Responsive Pro 3.1. We have fixed this color issue in version 3.3. Can you update theme to latest version 3.3

    #67006
    Jörg
    Participant

    Great.
    When I update to the new version, the content I created untill now, will be deleted?

    #67022
    Sakin
    Keymaster

    @Jörg: No, you content will be safe. It will just replace files and folders inside ‘catch-responsive-pro’ theme directory. You content will be safe in WordPress Database.

    #67026
    Jörg
    Participant

    fine, no it works. Thanks.

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