Okay
  Public Ticket #2060177
mobile drop down menu color change
Closed

Comments

  • ewyttdesign started the conversation

    I can't get the drop down menu to change color.  I have adjusted at Style>Header Dropdown Color, and it won't change to my selection or transparent.  The other option is to change the color of the type on the menu, but that will change how it looks on a desktop.

  •  675
    Neuron replied

    Hey,

    Here's how you change the background and the color of the dropdown and below that is for the mobile menu. Please add the following style in Theme Options > Custom CSS.

    Dropdown:

    .wrapper header nav ul li ul {
        background-color: your_color !important;
    }
    .wrapper header nav ul li ul a {
        color: your_color !important;
    }
    

    Mobile Menu:

    @media (max-width: 992px) {
        .wrapper header nav {
            background-color: your_color !important;
        }
        .wrapper header nav ul li > a {
            color: your_color !important;
        }
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.