Tagged: 

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

    Hi,
    I want to change the menu color box to black with white text. I also was to increase the font size. I have been playing with Quick CSS, but I can’t seem to get it right.

    Here is a Link of an example of what I want it to look like.
    http://abikiniaday.com/

    Do you think you could help me?

    • This topic was modified 10 years, 7 months ago by redlipsid.
    #251822

    Hey redlipsid!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    #header_main_alternate { background: #7FB539; }
    .av-main-nav > li > a { color: white!important; }
    .av-main-nav > li > a:hover { color: #e2e2e2!important; }

    Regards,
    Yigit

    #251877

    Hi!
    Thanks for the fast response!
    How about the size of the text for the menu bar. Is there a way a can change it? I want to make it bigger.

    #252052

    Hi!

    Please use this for the menu font size:

    .av-main-nav > li > a {
    font-size: 16px;
    }

    Cheers!
    Ismael

    #252198

    Thanks Ismael,

    But it didn’t work :(
    I’m using the Quick CSS. Is that fine?

    #252204

    Hi!

    Please use following code instead

    .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a {
    font-size: 16px;
    }

    Regards,
    Yigit

    #252293

    Thanks!!! :)

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