• Address https://kpcartography.com
    I can’t change the font size of my text widget in the sidebar. I have been trying to fix this for days and everything I try fails. I have searched the web for advice and tried at least 10 different ways….nothing works! I have posted code in stylesheet and added css to the text in the widget itself.
    I’ve tried the following to the stylesheet:
    .textwidget {font-size: 1.2em;}
    &
    #main .container .sidebar .widget {font-size:1.2em;}
    & many other suggestions as well.

    Any advice?

Viewing 2 replies - 1 through 2 (of 2 total)
  • try:
    #secondary .textwidget { font-size: 1.2em; }

    however, .textwidget { font-size: 1.2em; } should work as well;

    clear the browser cache (for instance by pressing ‘CTRL F5’ ) or reload the webpage a few times, to get the changes to show immediately.

    Thread Starter kpearson272

    (@kpearson272)

    Thanks. Clearing the browser cache did the job.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I can not change font size of text widget’ is closed to new replies.