Hello – What can I add to custom.css to:
1. Change the background color of *only* the megamenu drop downs to white
2. Change the font color of *only* the header text & hover effect (aka the color of the underline when you hover over the text) at the top of megamenu columns
Thanks!
Hi,
Can you post a link to your website please?
Regards,
Josue
Hi Josue – Sure! http://thecaloriemythbook.com
Hi,
Try adding this CSS code to Quick CSS or custom.css:
#top #header .avia_mega_div > .sub-menu{ background: white }
.header_color .main_menu ul:first-child > li > a{ color: red !important;}
.header_color .avia-menu-fx{ background-color: red !important; }
Change “red” for the desired color, the first is for the font color and the second one is for the underline.
Regards,
Josue
Hi Josue – Thank you. The first line helps but you could see the following picture with regards to the 2nd and 3rd lines? http://TheCalorieMythBook.com/wp-content/uploads/2013/09/9.3-bug.png
Hi stunna42,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#header .mega_menu_title {
color: #333;
}
Which only targets the titles inside your mega menus.
Regards,
Devin
Hi Devin – That did it! You guys are amazing. Seriously. Thank you