Header with colored backgroud or image instead of white background with logo ?

Discussion in 'Photomaker WordPress Theme' started by dedieo62, Jul 15, 2014.

Thread Status:
Not open for further replies.
  1. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Hello InkThemes,

    Is it possible instead to have the logo on white background in the header of each page to have a picture or have a colored background?
    Will it fit into a custom CSS code in theme options ?

    Sincerely Yours,
    Dedieo62

    PS: I find your themes great! I am seriously considering moving to the permanent full access membership :)
     
  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:
    div.header_container {
    background: red;
    }
    .home div.header_container {
    background: none;
    } 
    In place of "red" you can put your color or color code.
     
  3. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Hello Piyush,

    Thanks a lot!

    Dedieo62
     
Thread Status:
Not open for further replies.

Share This Page