Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1225699

    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.

    #1226253

    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

    #1226295

    thank you, that works!

    #1226506

    Hi ibuzzint1,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.