Hi,
I would like to increase the height of the underline of the main menu active item.
2px curently
Sorry about my english
Thanks
Hi ppi37!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-menu-fx { height: 7px; }
Best regards,
Yigit
Hi Yigit,
nothing change.
always height : 2px
thanks
Hi!
Please try adding !important rule as following
.avia-menu-fx { height: 7px !important; }
If that too does not work, please post the link to your website.
Cheers!
Yigit
Hey!
You have an error on your Quick CSS code, a missing closing “}” here:
#header_meta .container {
min-height: 40px;
.avia-menu-fx { height: 7px !important; }
Should be:
#header_meta .container {
min-height: 40px;
}
.avia-menu-fx { height: 7px !important; }
Cheers!
Josue
Thanks a lot Josue,
And finally the Yigit quick CSS was good.
And now,
I must do the same thing with the bar on the top of the sub menu.
Thanks
Hi!
Please add following code to Quick CSS as well
.av-main-nav > li > ul { border-top-width: 6px; }
Best regards,
Yigit
That is what I wanted.
Thanks Yigit