Home Box Font

Support Area Forums Grassroots Home Box Font

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #30689
    Avatar photoAtwell Williams
    Participant

    Hi Bill,

    Sorry for all the questions at once, but is there any way to change the font style/size in a Home Box?

    Thanks,
    Atwell

    #30699
    Bill Robbins
    Moderator

    Questions are always welcome. The home boxes are widgets so they’ll inherit the fonts and sizes that are selected for your widgets in general first. You could change the font size of just these widgets by adding a bit of Custom CSS like this:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      .organizedthemes-home-box.widget p {
      	font-size: 20px;
      }
      
    3. Update your settings.

    I believe the widget input will accept HTML so you could create text inside the WordPress visual editor (like on a page or post) and then switch to the visual tab and copy the contents out. You could then paste them into the widget’s content spot. That would be a way to add in links or make some words bold or italics without digging into HTML.

    Let me know if you need any help there,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Home Box Font’ is closed to new replies.