This topic has 3 replies, 2 voices, and was last updated 5 years, 6 months ago ago by Rose Tyler
Hi,
I’m looking to have my header transparent so that the slider is seen all the way up.
just like here:
https://www.templatemonster.com/demo/63992.html
I’m looking to have the same look on the home as that site.
I’ve tried using the transparent header, but it keeps loading with an image of 2 women in the header and it leaves 2 white line border line and I dont know where to edit this for that header. Is there anyway to replicate that home page on mine?
Thanks
If this first request is possible, is there a way to keep that transparent header ONLY on this home page and have, for example header 3 on the rest of the site?
Hello,
1) http://prntscr.com/nky592
Add this code in style.css file of your child theme:
.main-nav {
border: none;
}
to disable the border on all pages or in Custom CSS for page area http://prntscr.com/nky6hk to disable it on a separate page.
Add this code in Custom CSS for page area –
.page-heading {
display: none;
}
to disable breadcrumbs on a page.
2) Edit page > Page Layout > Custom header http://prntscr.com/nky44y
Regards
You must be logged in to reply to this topic.Log in/Sign up