Styling Options - Red Logo

Discussion in 'Local Business WordPress Theme' started by aaronlauinger, Mar 9, 2014.

  1. aaronlauinger

    aaronlauinger New Member

    Joined:
    Nov 15, 2013
    Messages:
    1
    Likes Received:
    0
    Hi,
    I am trying to use the local business theme with a red logo that was designed for a white background. The red styling theme is the closest to what I think would work except that the header background is red. I don't see a theme stylesheet that offers a white header background.

    Any suggestions?

    Do I need to start editing the css? I was hoping to avoid that!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
     .header{
    background:white;
    }
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page