Tagged: menu
I have one more question about the size of my dropdown menu button and text.
I need to make it bigger as well. I attached the link below for your reference. (I need Guidance dropdown menu)
Also I need to make sure it’s larger and select arrow.
How do I create the button.
Hey ghettro!
Please feel free to change the values in the below code to suit your design. Place the code in Enfold > general Styling > Quick CSS
/*Font size*/
.av-subnav-menu .menu-item .avia-menu-text{
font-size: 20px!important;
}
/*Hover style*/
.av-subnav-menu .menu-item:hover{
background:gold!important;
}
.av-subnav-menu .menu-item:hover .avia-menu-text{
color:#000;
}
Regards,
Vinay
How do I get get an arrow to point down for selection in the item bar?
Hey!
You have to use Anchors setions. Please take a look here:
to understand how to use it.
Regards,
Basilis