Front Page

Discussion in 'Local Business WordPress Theme' started by inkjack, Dec 2, 2014.

  1. inkjack

    inkjack New Member

    Joined:
    Dec 1, 2014
    Messages:
    2
    Likes Received:
    0
    I added the following to the Custom CSS option:

    h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight:normal;
    font-weight:bold;
    color: #0A93D3
    }

    It does what expected - except the Home Page Left Feature Heading is not picking up the new style.
    See attached screenshot.

    Thanks -

    Jackie Hollywood Cosmetic Dentistry   Let Us Bring Out Your Beauty.png
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

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

    Code:
    .feature_infobox h2{
    font-family: 'Open Sans', sans-serif;
    font-weight:normal;
    font-weight:bold;
    color: #0A93D3
    }
    Thanks & Regards
    Pramod
     

Share This Page