Change font size for Menu and Widget title

WordPress Themes, Plugins and HTML Templates Forums Bandana WordPress Theme Change font size for Menu and Widget title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3553
    Gerardo Pandolfi
    Participant

    Hi, i don’t understand or maybe it need a CSS code, but how can i do to change size for the Menù and Widget titles? are all same size, but i want have “bold” style.

    Thanks

    #3577
    admin
    Keymaster

    Hi,
    Please try the following CSS snippet.

    
    /* Widget Title Font */
    .widget-title {
    	font-weight: 600;
    }
    
    /* Menu Font */
    .sf-menu > li > a,
    .sf-menu > li > a:visited {
    	font-weight: 600;
    }
    

    Thanks

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