local business theme

Discussion in 'Local Business WordPress Theme' started by lrsrichj, Apr 16, 2013.

  1. lrsrichj

    lrsrichj New Member

    Joined:
    Apr 14, 2013
    Messages:
    1
    Likes Received:
    0
    I have 2 things I need help with

    1st how do I change the 18882225847 number you put in the header on front page?


    2nd is I would like to change the header color only to white I don't see that option
    can it be done
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

    Go to
    Appearance > Theme Option > General Settings > Top Right Contact Details
    and add your contact details there.

    2.For your second issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .header {
    background: red;
    }
    Inplace of "red" put your color code.
     

Share This Page