• Resolved mondocar

    (@mondocar)


    Hi again, i want to change the links font of the widgets, i modify the size in the CSS with

    .widget { 
    	  font-size: 12px !important;
    }

    i try with

    .widget { 
    	    font-family: 
    			Merriweather, serif
    !important;
    }

    but nothing… in the link you see the font i want to change, sorry for my english…

    View post on imgur.com

    • This topic was modified 4 years, 7 months ago by mondocar.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author htmlpie

    (@htmlpie)

    Hi there,

    The selector needs to be .widget a, therefore:

    .widget a {
      font-size: 12px !important;
    }

    There are also plenty of typography options under Appearance -> Customize -> Typography.

    Hope it helps!

    Thread Starter mondocar

    (@mondocar)

    the A!

    .widget a { 
    	    font-family: 
    			Merriweather, serif
    !important;
    }

    it works!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change widget font’ is closed to new replies.