Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1130320

    Dear Kriesi / Enfold support team,

    I would like to have a small line /header bottom border that is ONLY displayed once the user stars to scroll the page.

    something like this

    #header {
    border-bottom: none;
    }

    plus a code that puts in a header bottom line once scrolled, and is removed once the user scrolls back to the top of the page ( transparent header)

    #header_scrolled {
    border-bottom: 1px solid #7da1c4;
    }

    Im pretty sure my code doesnt work, can you help me make it work?

    best regards

    #1130356

    Hey marketingnr1,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1130364

    hello victoria,

    Ive attached the link as private content.

    thank you very much

    #1130432

    Hi marketingnr1,

    Thank you, can you disable caching and minification for now?

    Best regards,
    Victoria

    #1130980

    hello victoria,

    it was and still is disabled for the site.

    #1131218

    Hi marketingnr1,

    Can you try adding this css code:

    #header {
        border-bottom: 1px solid #7da1c4 !important;
    }
    
    #header.av_header_transparency {
        border: none !important;
    }

    Best regards,
    Nikko

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