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

    Hi support,

    I would like to make the featured images of posts blurry?

    I think that the following css can be used…..but what else do I need to write in “Quick css”?
    filter: blur(8px);
    -webkit-filter: blur(8px);

    Thanks :-)

    /OKEIwebbureau

    #1122166

    Hey OKEIwebbureau,

    Could you post a link to where you want to implement that please?

    Best regards,
    Rikard

    #1122185

    Hey Rikard,

    Here is the link:
    https://wpindex.dk/

    Thanks.

    /OKEIwebbureau

    #1122271

    Hi,

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

    .av-masonry-image-container {
        filter: blur(8px);
        -webkit-filter: blur(8px);
    }

    Best regards,
    Rikard

    #1122313

    Thanks, Rikard – it worked perfectly :-)

    Please close.

    /OKEIwebbureau

    #1122398

    Hi OKEIwebbureau,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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