Page title size

Support Area Forums Progress Page title size

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

    Hi

    How can I reduce the size of the titles text in each page?
    .

    please help

    Thank you

    Angela

    #24493
    Bill Robbins
    Moderator

    Hello Angela,

    This CSS will allow you to change the font-size of page titles:

    
    h1.title {
    	font-size: 32px;
    }
    

    Just replace the 32px with the size you’d like to use.

    Take care,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Page title size’ is closed to new replies.