Hello,
Can you please provide me with direction or the code to change the Secondary Menu’s (color, fonts, fonts size, fonts color & hover color, menu size. Thank you in advance.
Hey khjeun1!
You can do this in Dashboard > Enfold > Advanced Styling. Add a new rule for the “Main menu sublevel links” and it will give you options for all of the styling you need to do.
Best regards,
Elliott
Hi
It only gives me those options:
Small bar above Main Menu – Change the styling for the small bar above the main menu which can contain social icons, a second menu and a phone number
font color, bg color and border color
I need to change font size…how? Thank you
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#header_meta * {
font-size: 16px;
}
Regards,
Yigit
Great. That worked. Thank you. And if I want to also change phone number font size and color?
Hi!
You can use the below css to edit the color and font size of your phone info:
#top .av_header_transparency .phone-info {
color: #000000 !important;
font-size: 14px !important;
}
Best regards,
Dake
sorry wrong topic