Home Forums Free Themes Clean Corporate How to change the grey color in menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #131003
    Rogier Snel
    Participant

    Hi

    I have Clean Corporate Pro. When I click on a menu the text in the selected menuoption the text is white and the background is grey. How can I change this grey color The site is in maintenance so I cannot sent a link.

    Kind regards

    Rogier

    #131067
    wensolutions
    Keymaster

    Hello @rogiersnelvb,

    To change the color of the menu, please add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .main-navigation ul ul li > a:hover {
        background-color: #dd4faf;
    }
    
    .main-navigation ul ul li > a:hover, .main-navigation ul ul li:hover > a {
        background-color: #dd4faf;
    }

    Change the color as per your requirement.

    Thank you.

    #131116
    Rogier Snel
    Participant

    Hi

    This is not exaclty what I mean. I have a link for you : https://www.veiligebouw.nl/abonnementsvormen/
    You can see this grey banner in which the text abonnementsvormen is stated. How can I change this? Or how can I make this a nice picture instead of this grey

    #131218
    wensolutions
    Keymaster

    Hello @rogiersnelvb,

    The theme has provided the option to add the header image in the section that you have mentioned as you can see in the screenshot below:

    https://prnt.sc/ty7aec

    So you can use this option.

    Also, if you want to change the color of the header section then add below-given CSS.

    #custom-header {
        background-color: #4c96d7;
    }

    You can change the color code as per your requirement.

    Thank you.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.