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

    Hi,

    I’m trying to add an shadow to a color-section. Tried to give it an id, tried to use the .avia-builder-el-14, but I can’t get the shadow to show up.
    Can you please help me?

    Regards,

    Erwin

    #723041

    Hi Erwin,

    Could you post a link to the site in question so that we can take a closer look please? Also please specify what section you want to apply a shadow to.

    Best regards,
    Rikard

    #723069

    Hi Rikard,

    It’s the section where the vimeo-video is placed. The url is in the private-part.

    Thanks!

    Erwin

    #723540

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    http://www.w3schools.com/cssref/css3_pr_box-shadow.asp

    Best regards,
    Rikard

    #723625

    Hi Ricard,

    Thank you. This works fine for me. Strange thing is, I’m working in a child-theme, adding this code to style.css in the child-theme, doesn’t change a thing, even when I add !important to it. Adding it to the Quick CSS does change it.

    Do you know how this works and what is preferred?

    Regards,

    Erwin

    #724122

    Hi Erwin,

    It sounds like there’s some kind of caching going on, you can try to add it to both places then remove it from Quick CSS after a few days when the caching has expired. Or try to clear all caching from plugins, browser, server etc.

    Best regards,
    Rikard

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