Tagged: customize, enfold, navigation
1. Is it possible with quick css, to remove the line that appears under a nav when you roll over it and when it is clicked on, and change it to a dark color background with white type when you rollover it as well as when that item is selected?
2. Is it possible to make the line/border that appears above the logo to disappear without making the lines in the menu disappear?
I have tried some css but have been unable to change either one completely.
Thx.
Hi fgrippe!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1)
.avia-menu-fx { display: none; }
.header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { background-color: black; color: white; }
2) Can you post a screenshot and show the changes you would like to make so we can make sure to provide you correct CSS code?
Best regards,
Yigit
Hey!
Can you post the link to your website? And you can upload your screenshots on imgur.com or dropbox and post links here
Best regards,
Yigit