Hi. I’d like to position the header logo slightly more to the left by about 10px to 20px or so without affecting the navigation menu items positioning. How would I do this? I’m including a (private) link to a screenshot for reference purposes. Thanks.
Hey killyman!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.logo {
margin-left: -10px;
}
If that does not work, please post the link to your website
Best regards,
Yigit
Perfect! Thanks so much!
One more quick question. What CSS snippet controls the color of the underline that appears when you mouse over the primary navigation menu items in the header area?
Hey!
You are welcome :)
Following selector does
.header_color .avia-menu-fx {
background-color: purple;
}
Best regards,
Yigit
Hi!
Please add following code to Quick CSS as well
.header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu {
border-top-color: green;
}
Cheers!
Yigit
Great! Thanks again!