- This topic has 8 replies, 2 voices, and was last updated 8 years, 5 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Education Hub Pro › Header Area
Tagged: header
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?
@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.
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.
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!!!
Fantastic! That worked perfectly! Thank you 🙂
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!!!
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.
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!!!
That worked! Thank you again 🙂
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |