Home Forums Pro Themes Education Hub Pro Header Area

Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #12495
    Brentnow
    Participant

    I wish to remove the header area (currently white space with a logo) on my Education Hub Pro theme. See section #2 on the example here.
    I’ve attempted to change custom-header.php, but that doesn’t change anything. I will be having my website name be on the featured image (slider block) under the navigation menu (#3 on linked page). Can anyone help? Would this be a change to the css?

    #12496
    wensolutions
    Keymaster

    @Brentnow, can you please post in your site URL so that we could refer your queries against it ? It would be quite helpful for us to give you the possible solution on it.

    Thank you.

    #12497
    Brentnow
    Participant

    My site is a real estate site. And the top portion is nearly identical to your excellent example here. Since I’m using the slider block image with my website name on it, I do not need the header area. Thank you.

    #12511
    wensolutions
    Keymaster

    Hello @Brentnow

    To remove the header area (currently white space with a logo) you need to add custom CSS.
    For this you need to go to Admin Panel / Appearance / Customize / Theme Options / Advanced Options.
    Here you need to copy and paste below CSS.

    
    header#masthead {
        display: none;
    }
    

    Hope this will help you to resolve your query.
    Let us know how it goes.

    Regards!!!

    #12514
    Brentnow
    Participant

    Fantastic! That worked perfectly! Thank you 🙂

    #12515
    wensolutions
    Keymaster

    Hello @Brentnow

    Nice to know that the problem has been solved. If there are any further query, then, please feel free to post them.

    Regards,
    CHEERS!!!

    #12555
    Brentnow
    Participant

    And do you have a similar css fix to exclude #1 in your example? A hopefully the breadcrumb area as well can be excluded (which, even though I have it switched off, it appears to leave some white space there). Thank you.

    #12571
    wensolutions
    Keymaster

    Hello @Brentnow

    You can add below custom CSS in above mentined section to remove #1 as you have mentioned.

    #tophead {
        display: none;
    }

    Hope this will help you.
    Regards!!!

    #12572
    Brentnow
    Participant

    That worked! Thank you again 🙂

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.