"Dropdown Background Color" not working in customizer

Support Area Forums Pneuma "Dropdown Background Color" not working in customizer

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question: http://neu.guidolimberg.de
  • Author
    Posts
  • #38628
    Philipp Remke
    Participant

    Hi,

    I’m trying to setup a homepage with pneuma (which looks really cool btw).

    But while trying to customize the colors, I’m experiencing problems with changing the background color of the dropdown menu.

    I can change all the other colors like text and even the background-hover-color of the menu, but whatever I do, the background color of the menu remains black…

    Any ideas what I can do?

    Thanks for your help and best regards!

    Philipp

    #38635
    Organized Themes
    Participant

    Hi Philipp,

    Use this code in your custom css file

    
    
    .sf-menu ul li a, .sf-menu li.current-menu-item ul li a {
    color: #ffffff;
    background-color: red;
    }
    

    The background color will be the new colour you want it to be. In the example above, I changed it to red.

    Please try this and let me know how you get on.

    Cheers

    #38705
    Philipp Remke
    Participant

    Hi Samuel,

    thanks, that worked!

    Best regards

    Philipp

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘"Dropdown Background Color" not working in customizer’ is closed to new replies.