Site logo

Archived topic

Customize Simple Mega Menu

20 replies · Started by Sara Genone on October 28, 2020

Viewing posts 16–21 of 21

Thank you David
last question about the secondary menu :)
Could I set 100% height of the hover background color of single item?
Now that seems there is a margin or padding (top and bottom) of the single item, when it's on hover or selected
Thanks
sara

I am not sure i am seeing the issue - could you provide a screenshot ?

Look in the secondary menu the item “Chi Siamo”, the style of the hover and selected background color. Could you help me to setup the bg color at full height?
I hope is clear my request…

You should be able to adjust its color on Dashboard > Appearance > Customize > Colors > Secondary Navigation. :)

Hi Elvin
on the Dashboard > Appearance > Customize > Colors > Secondary Navigation I can set the color of the bg not the height ...
Do you suggest any solution to set this height color at the same height of the secondary menu?
thank you
sara

You can use nav#secondary-navigation selector.

Try this CSS code:

nav#secondary-navigation{
height: 150px;
}

You can even add the bg color and colors here if you want.

Example:

nav#secondary-navigation{
height: 150px;
background-color: white; /* background color */
color: black /* text color* 
}
This archived topic is closed to new replies.