Tagged: , , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1331363

    Hi,

    I would really love to remove the arrow from the posts https://imgur.com/XQbob8e I would love to only have a slightly grey fade-in effect. Can I achieve it for the whole project?

    I tried this code:

    .image-overlay {
    display: none !important;
    }

    but it removed all the effects. I would like to keep the grey effect

    thank you,
    all best,
    Veronika

    #1331381

    Hey Veronika,

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

    span.image-overlay-inside:before {
      display: none;
    }

    Best regards,
    Rikard

    #1331417

    Hi Rikard,

    thank you very much it worked, you can close this now :)

    All best,
    Veronika

    #1331433

    Hi,

    Great, I’m glad that you got it working. I’ll go ahead and close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘remove the arrow on image overlay’ is closed to new replies.