There is a gap between the secondary menu bar and the logo how can I reduce that a little bit? Any help would be appreciated!
Also, is there a way to increase the text size of the secondary menu bar text?
Hey kenser!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_meta {
background: transparent;
}
.logo {
top: -15px;
}
Regards,
Yigit
Perfect thanks!! Now, how do I add space below the logo between it and the main navigation bar?
Do I just add within the code?
bottom: 10px;
Also, how do I increase the font size of the secondary header?
Hi!
Please add following code to Quick CSS as well
.sub_menu>ul>li>a, .sub_menu>div>ul>li>a { font-size: 14px; }
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Cheers!
Yigit
Thank you!!