Navigation Font

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16125
    WebVision
    Participant

    Where is the change for the font size on navigation ?

    #21305
    Shekhar Bhandari
    Participant

    Hi Doc24,

    You can increase the font size from typography section of customizer. Go to Appereance->Customize->Typography and change the anchor size.

    Thanks.

    #21308
    WebVision
    Participant

    Sorry, doesn’t do anything

    #16126
    Shekhar Bhandari
    Participant

    Hi Doc24,

    You can use custom css to increase the font-size of the menu.

    ul.navmenu > li > a {
    font-size:1.6rem !important;
    }

    Thanks.

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