How to change/improve header background with an image, etc?

Discussion in 'Slice WordPress Theme' started by vimacompany, Aug 5, 2013.

  1. vimacompany

    vimacompany New Member

    Joined:
    Jun 26, 2012
    Messages:
    8
    Likes Received:
    0
    Hello,
    here is the site I am working on..
    Code:
    ecozoosanmartin.com
    The customer does not like the header, he wants something more colorful an image, even video, logos, not sure.. Probably more related to the animals world.

    - Any instructions please on how to edit/improve change the header look/image, etc? I agree that the header looks way too big (despite I edited the CSS header size already) and pretty boring as well.

    Please help!

    Thanks,

    Dave
     
  2. vimacompany

    vimacompany New Member

    Joined:
    Jun 26, 2012
    Messages:
    8
    Likes Received:
    0
    hello.??
     
  3. 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-container {
    background:url(Enter your image address here);
    }
    This will solve your issue.
     

Share This Page