How do we successfully input CSS into a Menu’s “CSS Classes (optional)” textfield?
1) We created a CSS code within the “Quick CSS” part of the admin area…
.secondarytoplinks {
color: #CC0000;
font-family:Arial, Helvetica, sans-serif
}
2) Then we went to the Menu tab, selected our menu and then inserted ” secondarytoplinks ” where it says. “CSS Classes (optional)” for that particular page
Nothing happened concerning our link.
=====================================
What did we do wrong?
Please give us STEPS on the proper way to use the a Menu’s “CSS Classes (optional)” textfield .
Thanks in advance.
A more specific way to ask this is….
How do we get the VERY TOP links to be underlined and in orange ?
NOTE: We are using the ” Header with Social Icons and Bottom ” header type.
Hello!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .main_menu .menu li>a:hover { border-bottom: 2px solid orange; }
span.avia-menu-fx { display: none; }
Cheers!
Yigit
Hey!
Please add this code instead
.sub_menu a:hover { color: orange!important; }
Best regards,
Yigit