Possible to use picture as header (.top-wrapper)

Discussion in 'Woodpecker WordPress Business Theme' started by jshade52, Mar 17, 2014.

  1. jshade52

    jshade52 New Member

    Joined:
    Nov 9, 2013
    Messages:
    15
    Likes Received:
    0
    Is it possible to use custom css or any other way to user a picture as the header? Thanks
     
  2. Nitesh

    Nitesh Support Staff

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

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

    Code:
    .top-wrapper {
    background: url(YOUR IMAGE ADDRESS);
    background-repeat: no-repeat;
    background-size: 100%;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page