Page title font changes

Support Area Forums Grassroots Page title font changes

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

    Hi Bill,

    One more question (for tonight):

    Is there any way to change the font characteristics (i.e. style, size, and color) of the page title (it can be a global change)? I tried just changing it on a single page in the editor, but that doesn’t seem to work.

    Also, while we’re on the subject of font changes, can I also change the default font and color for things like post titles, “read more” links, Events in the calendar list, etc.?

    Thanks,
    Atwell

    #30745
    Bill Robbins
    Moderator

    Hey Atwell,

    The page titles are “headings” and you’re welcome to change the font used for them. In the theme options page, click on the Content tab and you’ll find a font selector and color picker for headings. If you need to change the size of a page title, you can add this to your custom CSS to adjust it:

    
    h1.page-title {
    	font-size: 30px;
    }
    

    Many of the elements you list there are links. You can change the color of your links in the theme options too, also in the content tab.

    See how that works out for you,
    Bill

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