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

    I used to change the font size of menu and drop-down menu by using this code .bottom_nav_header.social_header .main_menu ul:first-child>li a{border-right-style: solid; border-right-width: 1px; font-size: 15px;}

    It doesn’t work after I updated the theme. Please help.

    Thanks.

    #250484

    I’d like to know the answer to this also …thanks But no child theme for me

    #250681

    Hey!

    Thank you for using the theme Guys!

    Please use this to change the style of the sub menu.

    #top .av-main-nav ul a {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    line-height: 23px;
    padding: 8px 15px;
    font-size: 15px;
    min-height: 23px;
    max-width: none;
    text-decoration: none;
    }

    I hope that helps.

    Cheers!
    Ismael

    #250685

    Hi again,

    Not working .. does this go in Quick CSS?

    Thanks

    #250766

    I copy-pasted the whole code into quick css, but nothing is happening. What else can I try?

    #250768

    Here is my website. You can see the menu looks really tiny. http://www.us-counsel.com

    #251031

    Hey!

    Please add following code

    .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a { font-size: 16px !important; }
    #top .av-main-nav ul a { font-size: 14px; }

    and flush browser cache

    Cheers!
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.