Size of text

Support Area Forums Progress Size of text

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question: http://
  • Author
    Posts
  • #19921

    Hello,

    How can I reduce the size of the widget tittles?( the titles on the boxes onthat go on the main home page)

    and also how do I reduce the size of the logo text title? Please

    Thank you

    Angela

    #19924
    Bill Robbins
    Moderator

    Good Question Angela,

    You can change those. Go to the Theme Options page and choose the Styling tab. At the top choose “yes” to include custom styling. Then scroll down to the custom CSS box at the bottom to paste this:

    
    h2.widget-title {
    	font-size: 26px;
    }
    
    #text-logo h1, 
    #text-logo p {
    	font-size: 30px;
    }
    

    The top style there will change the font-size of the widget titles. Just change the 26 to find the right fit for your widget titles there.

    The 30 will adjust the font-size of your site title. Feel free to adjust to find the right size.

    Let me know if you have any trouble or questions.

    Have a great day,
    Bill

    #20102

    Hi Bill,

    Thank you,

    It worked perfectly.

    Angela

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Size of text’ is closed to new replies.