• Resolved evildoer

    (@evildoer)


    I cannot figure out how to change (increase ) the font size on my pages widgets.

    I have one in the second footer widget area and one in right sidebar.

    I’m using a child theme.

    Not brand new to the game. Deployed firebug. Tried some style.css changes I found for the Pages widget TITLE – with no success.

    Made my own text version using an html editor, but would still like to know how to find and change the code properly.

    At: NorthEastCornerHerbs.com

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

    (@tomasm)

    Try to target specifically text widget with class, or just to cover everything:

    .widget-area .widget p,
    .widget-area .widget li,
    .widget-area .widget .textwidget {
    	font-size: 13px;
    	font-size: 0.928571429rem;
    	line-height: 1.846153846;
    }
    Thread Starter evildoer

    (@evildoer)

    Does the job.

    Thanks !

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