• Resolved funkytwig

    (@funkytwig)


    Is there a way I can change the font size for the menu. I would also like to reduce the space above/below menu items. Would actually like to remove lines between items.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Guido

    (@guido07111975)

    Hi,

    You can change these things by using some CSS at the Custom CSS page in your Customizer:

    Increase font size:

    
    .nav-primary {font-size:18px;}
    

    Less padding and no border:

    
    .nav-primary ul li a {padding: 2px 0; border:0;}
    

    Guido

    Thread Starter funkytwig

    (@funkytwig)

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘spacing and font size of menu’ is closed to new replies.