Missing Feature Headings Text

Discussion in 'Local Business WordPress Theme' started by mesolutions, Nov 17, 2012.

  1. mesolutions

    mesolutions New Member

    Joined:
    Jun 12, 2012
    Messages:
    8
    Likes Received:
    0
    I built a sample site and then put it on the customers domain, I may gave used a older version on the sample theme but I am missing some things

    1. Feature Heading, 1st 3- I have added them but they do not show up

    2. Missing Heading on all interior pages.

    3. Footer 1st 2 will not show up if I put paragraph on in the widget but they do show up without paragraph checked. for the 2nd footer I went into the editor and did get it to work

    http://sample3.boostlocal.info/

    http://first-pos.com

    Thank you
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature_contentbox h1 {
    color: black;
    }
    .page-heading h1 {
    color: black;
    }
     

Share This Page