Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1444349

    Hi
    is it possible to have the header shadow only in the shrinked version after scrolling?
    But without using transparent header.

    #1444439

    Hey Sebastian,
    If you have the shrinking header applied then you can add shadow to the header when the class header-scrolled is added.
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #header.av_minimal_header_shadow.header-scrolled {
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    }
    #header.av_minimal_header_shadow {
        box-shadow: none;
    }

    If this doesn’t work for you then we will need to see your page.

    Best regards,
    Mike

    #1444502

    No, it seems not to work

    #1444511

    Hi,
    I see it, before scroll none:
    Enfold Support 5853
    after scroll it shows:
    Enfold Support 5855
    if you had something different in mind, please upload a mockup demonstrating what you would like to see so we can understand better

    Best regards,
    Mike

    #1444514

    Yes, you’re irght .. after empty the browser cache it appears like expected.

    Thanks you for help.
    We can close this ticket.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Header shadow only in shirnk version’ is closed to new replies.