Section of background displaying at top

Discussion in 'BizWay WordPress Theme' started by treebee, Dec 28, 2012.

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

    treebee New Member

    Joined:
    Aug 15, 2012
    Messages:
    16
    Likes Received:
    1
    I am wondering if anyone can help me please remove the section of background that is appearing at the top of my page. I removed the footer and now it seems to be adding space at the top of my page.

    Can anyone help me fix this?

    Thanks so much; the site is www.leaveittome.ca
    Bizway Theme
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,
    Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css

    Code:
    .header-container {
    background-color: none;
    }
    .slider-wrapper-container {
    background-color:none;
    }
    This will solve your problem.

    Thanks.
     
  3. treebee

    treebee New Member

    Joined:
    Aug 15, 2012
    Messages:
    16
    Likes Received:
    1
    Thank you for your reply but I added that code and the area is still there. Any other thoughts?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header-container {
    background: none;
    }
     
    .slider-wrapper-container {
    background: none;
    }
    This will solve your issue.
     
  5. treebee

    treebee New Member

    Joined:
    Aug 15, 2012
    Messages:
    16
    Likes Received:
    1
    Thank you but it still isn't fixing it:( I don't think the issue is in the header but in maybe the page height or something to this effect? If I do the inspect element function I found this: this margin-top: 28px !important; and if I make this 0px instead that seems to do the trick but I cant find the same place to edit this in the editor. Any ideas where I can make this edit?
    Thank you so very much!
     
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Please send screenshot of the area, Which you want to remove. We will provide you exact code for that.
     
  7. treebee

    treebee New Member

    Joined:
    Aug 15, 2012
    Messages:
    16
    Likes Received:
    1
    Thank you so very much. I have uploaded a screen shot pointing out the exact area.
     

    Attached Files:

  8. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header-container {
    margin-top: 0px!important;
    }
     
  9. treebee

    treebee New Member

    Joined:
    Aug 15, 2012
    Messages:
    16
    Likes Received:
    1
    Thank you Gourav, I have tried this already but still no luck. So frustrating
     
  10. treebee

    treebee New Member

    Joined:
    Aug 15, 2012
    Messages:
    16
    Likes Received:
    1
    i finally figured it out, just needed to add the footer back in and it has been sorted. Thank you all for your help
     
Thread Status:
Not open for further replies.

Share This Page