Apply naked header to single page
-
Hi there,
On my site I’m using the eCommerce header but on a single page I’d like to use the naked header style as per the ‘our shop’ page in your demo content: http://demo.xtemos.com/basel/our-shop/
I can’t seem to get the header to change on this page alone. Can you please advise?
Link below to to the page on my site that I’m trying to edit the header on.
Cheers,
Todd
Hello,
Thank you for contacting us.
It seems that this function is not working for you because your header has a background set from Theme Settings. Try to add this code snippet to custom CSS field in Visual Composer for this page (find gear icon in the right top corner on a textarea).
.main-header {
background: transparent;
}
.main-header.act-scroll {
background: url(http://puresource.moodsdigital.co.nz/wp-content/uploads/2016/09/Background_Dark_Suppliedv4.png);
}
Regards
The topic ‘Apply naked header to single page’ is closed to new replies.