Full width header

Discussion in 'GeoCraft WordPress Theme' started by molatin, Mar 12, 2014.

  1. molatin

    molatin Member

    Joined:
    Aug 11, 2012
    Messages:
    558
    Likes Received:
    19
    How can I replace the current header with a Full width header/banner?

    And what is the best size for the graphic?

    Thanks
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    .header_wrapper .header {
    background: url('YOUR IMAGE ADDRESS') no-repeat;
    background-size:100%;
    background-repeat:no-repeat;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
    sooraj and jrpubs like this.

Share This Page