Font issue

Support Area Forums Authentic Font issue

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

    Hi Bill,

    The theme udpate went well but I still have a few font issues:

    – is it possible to bold the titles of the menu and also on the homepage?

    – Can I reduce the font size of a page title? They are quite big since the update.
    Please see here: http://www.flamesofrevival.co.uk/singlesconf2014registration/

    In advance thank you for your help.

    Regards,
    Mibéka

    #23050
    Bill Robbins
    Moderator

    Good Afternoon Mibéka,

    You can make those changes. Here’s how:

    1. Go to your theme options page and choose the Style tab.
    2. Scroll down to the Custom CSS box and add this:
      
      body h1,
      body h2,
      body h3,
      body h4,
      body h5,
      body h6,
      body h3.widget-title  {
      	font-weight: bold;
      }
      
      h1.title {
      	font-size: 28px;
      }
      
    3. Update your settings.

    The second style in that snippet is for the title font size. You can adjust it to fit your needs.

    Let me know if you have any questions,
    Bill

    #23077

    Thank you Bill for this.
    It seems that the font size of the title on the staff page is not afffected by this code. How do we decrease it?

    #23087
    Bill Robbins
    Moderator

    Good follow up question. The staff names are different from the page titles. You can adjust those with this CSS snippet:

    
    .staff-list-content h2 {
    	font-size: 24px;
    }
    

    Have a great weekend,
    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Font issue’ is closed to new replies.