Hi There! We have a one-page website using the Enfold theme. The Header visibility and transparency is set to “Transparent header”. We also have the Header Phone Number/Extra Info set to “Display in top bar at the right”. Currently, both header rows appear when visiting the home page of the website. How can we make the Header Phone Number/Extra Info stay on the page when visiting the home page, and the normal header appear only when the user scrolls down the page? We want to hide the standard header row upon page load.
Hey ibuzzint1,
Sorry for the late reply, to show the “Header Phone Number/Extra Info” when the header is transparent and have the header show on scroll, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top .av_header_transparency #header_main {
opacity: 0 !important;
height: 0 !important;
}
After applying the css, Please clear your browser cache and check.
Best regards,
Mike
thank you, that works!
Hi ibuzzint1,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria