Figero Header

Discussion in 'Figero WordPress Theme' started by myallenmedia, Jan 18, 2014.

  1. myallenmedia

    myallenmedia Member

    Joined:
    Apr 2, 2013
    Messages:
    51
    Likes Received:
    0
    By default, there is a black section in the top of the theme. This looks like an image but I can't seem to find this image. Is it an image or css? The image I have attached shows the area that I need to change. If it's a file can you tell me the filename?

    Thanks
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

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

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

    Code:
    .header-container {
    background-image: none;
    background: red;
    } 
    In place "red" you can put your color or color code.
    This will solve your issue.
     

Share This Page