Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1117736

    Hi.. i cant find a solution to my problem.
    I want my header style with a shadow, which apears when you scroll the header.
    In the config page it is not possbile to select a version like that: header transparence, indicator and shadow (apearing when scroll).

    #1117784

    Hey carvo,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1117808
    #1117924

    Hi,

    Thanks for that, did you try the transparent & glassy header option?

    Best regards,
    Rikard

    #1118014

    Hmm i think you dont understand my problem.
    i want to know how i can add an shadow to my header.
    I dont want to use another header config style to do that, because oft the fact that it is not possvile to activate the indicator at the same time.

    Best regards
    carsten

    #1118077

    Hi,

    Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:

    #header {
        box-shadow: 2px 2px 2px #000;
    }

    Best regards,
    Rikard

    #1118082

    Thx, but I want the shadow to appear only when begin to scroll

    #1118179

    Hi carvo,

    Please try the code like this:

    
    #header.header-scrolled {
        box-shadow: 2px 2px 2px #000;
    }
    

    Best regards,
    Victoria

    #1118221

    Thx! Great it worx!

    #1118259

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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