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

    Is it possible to remove the overlay on the BLOG POSTS element?

    I am using the BLOG POST element to create a food menu for a restaurant. Each item is a post. I really do not want people to click on the item to see the individual post. So, either (1) can we remove the link or (2) can we remove the hover overlay so the link is not obvious?

    Thank you

    #1325836

    Hey rmatus,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1325952

    Yes, of course. The page is https://bbspreview.wpengine.com/menu/.

    You will see the images below the words “BB’s FAVORITES” just below the hero image. I used CSS to remove the hover circle and arrow. But, I would prefer to remove the link entirely -or- just prevent the highlighting of the image.

    Thank you

    #1325994

    Hi,

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

    .page-id-113 .avia-content-slider a.slide-image:hover .image-overlay {
      display: none;
    }
    
    .page-id-113 .avia-content-slider a {
      pointer-events: none;
    }

    Best regards,
    Rikard

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