• This topic has 11 replies, 2 voices, and was last updated 6 years ago by kurt.
Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #135610
    kurt
    Participant

    Hello.

    Though searching forum I cant find the soloution for changing text color and background color i primary menu items?
    I want same set for alle levels… grenn background – and white text…
    I know it wil be css soloution…
    Any help?

    #135642
    Skandha
    Participant

    @kurtvindu-dk: Please post in your site URL so that I can provide you the necessary CSS Code.

    Regards,
    Skandha

    #135645
    kurt
    Participant

    Sorry – forgot 😉
    http://musik.vindu.dk/

    #135654
    Skandha
    Participant

    @kurtvindu-dk: Go to = Appearance => Customize => Additiona CSS and add the following CSS Code.

    .nav-primary {
    	background:#49a32c;
    }
    .nav-primary a {
    	color:#fff;
    }

    Let me know if this solves your issue.
    Regards,
    Skandha

    #135672
    kurt
    Participant

    Hello and thanks 😉

    I solves my issue – but just partly …..
    I have sub-pages – so when I have a menu item with subpages – this subitem doesn’t get these colours?
    Can you solve this?

    Regards,
    Kurt

    #135708
    kurt
    Participant

    Can I put an extra issue in this question?
    My “active” page seems to have a blue colour ?
    Can i change that colour too?

    Regards Kurt

    #135724
    Skandha
    Participant

    @kurtvindu-dk: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    To change color of sub-menu

    .menu.catchbase-nav-menu li a {
        background:#49a32c;
    }

    To change color of the active page

    .catchbase-nav-menu .current-menu-item > a, .catchbase-nav-menu .current-menu-ancestor > a, .catchbase-nav-menu .current_page_item > a, .catchbase-nav-menu .current_page_ancestor > a, .sidebar-header-right .widget_nav_menu .current-menu-item > a, .sidebar-header-right .widget_nav_menu .current-menu-ancestor > a {
        color:#fff;
    }

    Let me know if this solves your issue.
    Regards,
    Skandha

    #135827
    kurt
    Participant

    Thanks a lot – that solved my problem 😉
    I have now one little not so important issue back – , that there is a “hover” effect in the menu that turns the item “blueish” – is it possible to change that color too? I’m not sure which colour I want instead – but fx red?

    best regards

    #135831
    Skandha
    Participant

    @kurtvindu-dk: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .catchbase-nav-menu li a:hover {
        color:red;
    }

    Let me know if this works out.
    Regards,
    Skandha

    #137470
    kurt
    Participant

    Hello Skandha.
    Thanks a lot – it all works very fine now 😉

    Regards Kurt

    #137526
    Skandha
    Participant

    @kurtvindu-dk: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-base/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day.

    Regards,
    Skandha

    #137646
    kurt
    Participant

    Off course I will make a review 😉
    Allready done – thanks again.

    Thankful regards Kurt

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Catch Base – menu – change color and background color’ is closed to new replies.