Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #28807

    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!

    #138697

    Hi,

    Can you post a link to your website please?

    Regards,

    Josue

    #138698

    Hi Josue – Sure! http://thecaloriemythbook.com

    #138699

    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

    #138700

    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

    #138701

    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

    #138702

    Hi Devin – That did it! You guys are amazing. Seriously. Thank you

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Mega Menu Styling’ is closed to new replies.