Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #91050
    vetsimulators
    Participant

    Here is my website

    http://www.vetsimulators.com

    I am trying to remove the white block / header that is above my featured header image. I know it has to do with hgroup wrap and my header-sidebar-widget-area

    I have tried entering all of these in the custom css area with no success.

    { #hgroup-wrap { display: none; }

    #header-content { padding: 40px 0; }

    #header-content { padding: 0px 0; }

    #header-content { display: none; }

    Any help??

    #91070
    Mahesh
    Keymaster

    @vetsimulators: In your custom CSS you have an error because of an extra opening curly brace ({) please remove it. Remove the following line from your Custom CSS box:
    { #hgroup-wrap { display: none; }
    Then add the following:

    #hgroup-wrap, #header-top {
    	display: none;
    }

    Regards,
    Mahesh

    #91099
    Nancy
    Participant

    that does not work for me. a white menu blocks my posts. Plus I am not given options as to where I want my menu. http://slaveryshatterslives.com/

    #91106
    vetsimulators
    Participant

    Aaaaaah, thank you! It felt like it should have been an easy fix, I just didn’t know what.

    You guys are great!

    #91127
    wensolutions
    Participant

    @Nancy, since you are using WEN Business Pro theme could you please open a new ticket on its relevant forum from the link below.?

    Forum link : https://catchthemes.com/support-forum/forum/wen-business-pro-premium/

    Also please elaborate in a detail whether you want to remove the sticky menu upon the scrolling ?

    Sorry for the inconvenience.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove white space / header above featured header image’ is closed to new replies.