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

    Hi there

    Header Style / Minimal with Drop Shadow (no borders) is by default:
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);

    How can I customize the size / opacity of the shadow?

    I did with
    .av_minimal_header_shadow {
    box-shadow: 0 0 12px 6px rgba(0,0,0,0.3) !important;
    }
    but then I get a border also in #top transparent Sticky Header whereI don’t need it. I need the shadow after scrolling down only:

    Any ideas?

    #1301172

    Hi Stephan,

    Please try this CSS:

    header.av_minimal_header_shadow {
      box-shadow: 0 0 12px 6px rgba(0,0,0,0.3);
    }
    
    header.av_header_transparency {
      box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
    }

    Best regards,
    Rikard

    #1301195

    Perfect!
    thanks
    ;-)

    #1301275

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1301330

    Thanks, all fine. There was one !important too much ;-)
    Topic closed

    #1301461

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘ENFOLD Sticky Header Shadow’ is closed to new replies.