Resolved

Changing dropdown menu background color

Puro Theme started by swam Dec 18, 2015 3 replies
swam Dec 18, 2015 · 7:57 pm #2801

Hi,

Does anyone know which css class I need to change to alter the bg colour of the dropdown menu?

I can’t inspect the element as of course it retracts when the mouse is moved.

cheers

Sam

Puro Support Puro Dec 18, 2015 · 8:11 pm #2803

Hi Sam

Good to hear from you.

For interest sake, using Chrome Developer, you can right click on the drop down parent li element and then select the hover state. You can do the same for a link element in the drop down. It’s a very handy part of the Developer section.

Ref: http://stackoverflow.com/questions/4515124/see-hover-state-in-chrome-developer-tools

All menu colours are changeable via Appearance > Customize > Theme Design in Puro Premium. The premium version is available for as little as $5 once off. You can check that offering out from Appearance > Puro Premium.

To make this change via a Custom CSS plugin or a child theme style.css file, use the following:

.main-navigation ul li:hover > a {
    color: #2ac176;
}

.main-navigation ul ul li:hover > a {
    background: #2ac176;
}

Change the colour values as required. Hope that helps 🙂

swam Dec 18, 2015 · 8:18 pm #2804

Hi,

Aha excellent. I have the premium theme, but had somehow totally missed that area in the backend!.

Thanks for the info.

cheers

Sam

Puro Support Puro Dec 18, 2015 · 8:21 pm #2805

Awesome 🙂 Thanks for your support, it’s most appreciated. If anything else comes up, please, let us know.

Cheers.

4 posts