Change size and font style on main page

Support Area Forums Progress Change size and font style on main page

Viewing 12 posts - 1 through 12 (of 12 total)
URL to the page in question:
  • Author
    Posts
  • #8077
    Keith Clarridge
    Participant

    Would like to change the font on headers and list items I am using font uploader and fontific neither seems to be working. What am I not doing right.

    #8097
    Bill Robbins
    Moderator

    Keith,

    These are the CSS selectors that control the page/post titles:

    
    h2.title,
    article h1, 
    h1.page-title,
    .page-content h1
    

    If you’re using Fontific, then that’s what you would enter into the box in the top left.

    For the individual menu items, this is the selector:

    
    ul.item-list h4 
    
    #8105
    Keith Clarridge
    Participant

    Thanks Bill for your help but have I have identified my selector in fontific and saved my changes but nothing has happened on the website. Even when I refresh it.

    #8114
    Bill Robbins
    Moderator

    It looks like your fonts are changed. Here’s a screenshot of what I see:

    http://d.pr/i/RM90

    If you’ll let me know which elements specifically you’re expecting to see differently, I’ll be glad to help.

    #8117
    Keith Clarridge
    Participant

    Hi Bill

    It is on another site using your progress theme http://www.mareedesign.com sorry for the confusion. Also the favitar doesn’t work.

    #8121
    Bill Robbins
    Moderator

    My bad. The biggest problem I have with our forum is the name of the forum isn’t in the URL so I made a bad assumption.

    For the favicon, try going with a PNG or GIF file instead of a JPEG and see if that helps out there.


    For the font changes, here are some of the selectors in the theme:

    Titles:

    
    h1.title
    

    Widget Titles:

    
    h4.widget-title, 
    h2.widget-title 
    

    List Items

    
    li
    

    I hope that helps out,
    Bill

    #8122
    Keith Clarridge
    Participant

    Worked perfect

    What about the Title and text on the skins for the slide show on main page.

    #8123
    Bill Robbins
    Moderator

    The larger one is

    
    h4.flex-caption
    

    and the smaller one is

    
    p.flex-caption
    

    Give those a try.

    #8124
    Keith Clarridge
    Participant

    Works great Thanks so much for the support. Still can’t get Favicon to work

    #8125
    Bill Robbins
    Moderator

    Keith,

    That seems to be a bug. Here’s how to fix it:

    1. Go to the Appearance section and select edit.
    2. From the list of files on your right, choose header.php and look for this spot:
      
      	<link rel="shortcut-icon" href="<l?php echo of_get_option('favicon','') ?>" type="image/x-icon" />
      	<llink rel="apple-touch-icon" href="<l?php echo of_get_option('apple','') ?>" />
      
    3. Replace that with this:

    4. Save your changes.

    See if that does’t work better,
    Bill

    #8127
    Keith Clarridge
    Participant

    Thanks Bill works great Thanks so much

    #8130
    Bill Robbins
    Moderator

    Awesome.

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Change size and font style on main page’ is closed to new replies.