Widget title / font align & size

Support Area Forums Foundation Widget title / font align & size

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://www.g1veabuckfund.org/
  • Author
    Posts
  • #17502
    Kryssa Cooper
    Participant

    Hello Bill,

    By chance is there a way to enlarge the font size on the widgets and how to center the titles on the widgets?

    Thank you kindly

    #17506
    Bill Robbins
    Moderator

    You can change those things. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      .widget {
      	font-size: 14px;
      }
      
      h4.widget-title {
      	text-align: center;
      }
      

      The top style there sets the font size of your paragraphs and list items in widgets. The second one will center align the titles for you.

    3. Update your settings.

    If you have any trouble, let me know.

    Thanks,
    Bill

    #17508
    Kryssa Cooper
    Participant

    You Sir are a KING!

    Grateful.

    “Best support ever!” – G1VE web team

    #17511
    Bill Robbins
    Moderator

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Widget title / font align & size’ is closed to new replies.