- This topic has 7 replies, 3 voices, and was last updated 7 years, 3 months ago by Hash.
- AuthorPosts
- October 15, 2016 at 12:41 pm #814websmithscozaParticipant
Good day,
1) How do you add an image into the Page Header were the Page Title & Breadcrumbs are?
&
2) What is the CSS code to remove the Page Header (as above) entirely?
Thanking you in advance.
October 15, 2016 at 4:43 pm #815HashKeymasterHi,
Sorry, there is no option to add the image in the page header. We need to customize the code for it. We can do it for paid customization if you want.
To remove the page header entirely, here is the css code.
.ht-main-header{display:none}
October 19, 2016 at 2:32 pm #822websmithscozaParticipantThank you for your reply.
After removing the Page header with your code, the padding beneath the nav bar is at 0.
How do you increase this slightly with CSS?
October 19, 2016 at 9:35 pm #826HashKeymasterCan you please mention your website url so that we can give you accurate solution rather than possibles one.
October 20, 2016 at 1:45 pm #827websmithscozaParticipantThank you for your reply.
Please look at this page so that you can see what I mean by the padding at the top, after removing the page header:
There should be a slight space between the gray line below the nav bar and the beginning on the page content.
Thanks you.
October 20, 2016 at 10:11 pm #832HashKeymasterAdd the CSS below using some custom CSS plugin to fix the margin issue.
I think this should have been a simple task for the one who can change the theme color. Any way i have provided the CSS below
body:not(.home) #ht-content{margin-top:50px;}
PS: It would have been good if you had not change the footer credit
October 25, 2017 at 4:06 am #3758HashKeymasterI tried this code but it put space above the navigation menu, not below it. Do you have suggestion for another code to try?
Thanks.
October 29, 2017 at 11:16 pm #3805HashKeymasterUse this code
body:not(.home) #ht-content{margin-bottom:50px;}
- AuthorPosts
- You must be logged in to reply to this topic.