Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #144785
    bjbarker
    Participant

    Hi, it’s me again…
    I’ve just started working on a new site and would like to know the ‘class’ and/or ‘ID’ for sub menu’s item sub menu.
    I am trying to style the font size and reduce the line-height.

    http://cs007.info/classicsites.co/

    Products >Gents
    the column containing SOCKS UNDERWEAR HATS.

    Hoping I’m making sense,
    Regards,
    Brian.

    #144841
    Skandha
    Participant

    @bjbarker: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #menu-item-80 .sub-menu li a {
        font-size: 15px;
        height:50px;
    }

    This should change the font size and height of sub menu under Gents.
    You can change the font-size and height according to your requirement.

    Kind Regards,
    Skandha

    #144842
    tikaram
    Keymaster

    @bjbarker : Please try adding the following class for the sub menu.

    .nav-primary .menu .sub-menu li a {	
    
    }

    Insert your desired css inside the curly brackets. Hope this helps resolve your issues.

    Regards,
    Tikaram

    #144905
    bjbarker
    Participant

    Many Thanks again.
    I looked at your profile Tikaram and wish you all the very best.
    Brian.

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