Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi, I have set Header Over Content (Transparent) to Transparent for my homepage. It looks fine on desktop viewing, BUT on mobile viewing, there is still a white background on my menu instead of transparent. How to change that?
Thank you.
Hi,
It works.
But something is still wrong with it, after I pasted this code, the logo and menu on all my other pages (beside homepage) on mobile view don’t work anymore!
Maybe that happens because your other pages aren’t light version?
Can you please send me a link to check?
if you want to edit the latest code to this one, it will fix the issue for other pages:
@media (max-width:991px){
.page-id-pageidnumberhere .header_container{
position: absolute;
z-index: 9;
width: 100%;
}
}
replace with page id number
Thanks
You must be logged in to reply to this topic.