Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #50946
    createforyou
    Member

    Hi
    I changed the font siz in the main menu but how does I change the sub menu also with font size 16px? see the code below. thanks for your help.

    #header-menu ul.menu a,
    .sidebar-top .widget_nav_menu ul.menu a,
    #colophon #access-footer ul.menu a {
    color: #eee;
    font-size: 16px;
    line-height: 3.5em;
    padding: 0 2em;
    text-decoration: none;
    white-space: nowrap;

    }

    #50980
    Sakin
    Keymaster

    @createforyou: You can change by editing the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #header-menu ul.menu ul a, 
    .sidebar-top .widget_nav_menu ul.menu ul a,
    #colophon #access-footer ul.menu ul a {
        font-size: 13px;
    }
    #122925
    innov72
    Participant

    Hi,

    Please help me to reduce font size of sub menu under services tab. see the below link

    http://www.advocateinpune.in/?page_id=8

    Thanks in Advance
    Prashant

    #122930
    Sakin
    Keymaster

    Hi Prashant,

    You can add the following css in “Appearance => Customize => Additional CSS” box:

    .catchresponsive-nav-menu .sub-menu a { font-size: 14px; }

    Regards,
    Sakin

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘sub menu font size’ is closed to new replies.