How to change default font size in widget Home page top

Support Area Forums Authentic How to change default font size in widget Home page top

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question:
  • Author
    Posts
  • #3695
    ACCess
    Participant

    How do I change the font size in the Home Page top widget. I had the same problem as Hope with the typography issue and followed your instructions and that has worked out fine but I really would like to change the default font size in the widgets. can you help me at all?

    #3697
    Bill Robbins
    Moderator

    Sorry again for the trouble. Here’s how to change the font size in the widgets across the site.

    1) Go to the Theme Options section and select “Colors and Styling”
    2) Scroll down to the very bottom until you see “Custom CSS”
    3) Paste this into the box

    .widget p, .widget li { font-size: 18px; }

    4) Change the 18px to be the size you’d like to use.
    5) Save your changes.

    You should now have a new font size for the text in your widgets. If you need to change the widget title font size you can do that too. Just paste something like this:

    h4.widget-title { font-size: 22px; }

    Let me know if you need any other help,
    Bill

    #3698
    ACCess
    Participant

    Hey Bill,

    thanks for getting back to me so quickly – I’ll give your recommendations a try this evening – I am really liking the look of our website thanks to your templates.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to change default font size in widget Home page top’ is closed to new replies.