Changing Fonts on Business grow

Discussion in 'BusinessGrow One Page WordPress Theme' started by chuckbartok, Feb 2, 2015.

Thread Status:
Not open for further replies.
  1. chuckbartok

    chuckbartok New Member

    Joined:
    Mar 5, 2014
    Messages:
    2
    Likes Received:
    0
    Our target market is "elderly" and the Font style is difficult to read.
    How can we change to a more traditional style such as Arial and alsoi increase size to 14 PX
    Thanks your for your response
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    body, div, p, h1, h2, h3, h4, h5, h6, a, ul, li, select {
    font-family: Arial !important;
    }
    body, div, p, a, ul, li, select {
    font-size: 14px !important;
    }
    Thanks,
    Praveen
     
  3. chuckbartok

    chuckbartok New Member

    Joined:
    Mar 5, 2014
    Messages:
    2
    Likes Received:
    0
    Thank you very much
     
Thread Status:
Not open for further replies.

Share This Page