Messed up my header php

Discussion in 'SwiftRay WordPress Theme' started by owsguild, Jul 11, 2013.

  1. owsguild

    owsguild New Member

    Joined:
    Apr 18, 2013
    Messages:
    4
    Likes Received:
    0
    I have totally messed up the header.php and I need your help.

    I was attempting to put a picture in the right hand side of the header as we do not want text there and deleted some important stuff...now my sight no longer has the white containers for the header or page.

    http://www.owsguild1.com

    Is it possible to eliminate the whole top header so our page will start with the slider?

    Thanks
     
  2. 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 .logo{
    display:none;
    }
     

Share This Page