Font & Home page

Discussion in 'Cloriato WordPress Theme' started by imogen, Jun 4, 2014.

  1. imogen

    imogen Member

    Joined:
    Oct 15, 2013
    Messages:
    56
    Likes Received:
    0
    How would I change all font to Arial and centre the 3 col on my home page?

    I have this in my css but it isnt working:

    h1,h2,h3{
    font-family:"Arial";
    }
    Thank you
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    h1, h2, h3, h4, h5, h6, p, a{
        font-family: 'Arial';
    }
    Code:
    .feature_content .featured h2 {
    text-align: center;
    } 
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. imogen

    imogen Member

    Joined:
    Oct 15, 2013
    Messages:
    56
    Likes Received:
    0
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Your whole site showing "Arial" font else then menu.
    For menu Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    menu li a {
    font-family:Arial;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page