Header Color

Discussion in 'Figero WordPress Theme' started by galesburgpl, Aug 1, 2013.

  1. galesburgpl

    galesburgpl Member

    Joined:
    Apr 18, 2013
    Messages:
    41
    Likes Received:
    0
    Hi,

    I'm trying to create a banner for our website that matches the background color of the theme's header. I pulled the referenced the hex code from the style sheet (#333436), but when I use this as a background color for the banner, it doesn't match at the top of the header. The bottom blends flawlessly, but near the top the color is a bit darker, almost like a very subtle gradient. Do you know of anything that would be causing this?

    Untitled.png
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header-container {
    background: black;
    }
    Inplace of "black" you can put your color or color code.
    This will solve your issue.
    If not, then please share your website link.
     

Share This Page