Comments leoyipenvato started the conversationApril 15, 2022 at 2:45pmmy homepage is using an unique header while other pages are using another header.I enabled transparent header for homepage, but it only takes effect on desktop. how to make it effect on tablet and mobile as well? 2,610PenciDesign repliedApril 15, 2022 at 3:45pmHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: @media only screen and (max-width: 767px) { body.home .penci_navbar_mobile { background: transparent; position: fixed; top: 0; left: 0; right: 0; z-index: 999999; } .featured-area { margin-top: -60px; }} Regards,PenciDesign.leoyipenvato repliedApril 15, 2022 at 5:03pmworks perfectly, thank you. Sign in to reply ...
my homepage is using an unique header while other pages are using another header.
I enabled transparent header for homepage, but it only takes effect on desktop.
how to make it effect on tablet and mobile as well?
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
works perfectly, thank you.