Viewing 2 replies - 1 through 2 (of 2 total)
  • Follow these steps, to get rid of plus sign on hover for the hero image in front page.

    1. Go to the edit of page that’s set as static front page
    2. Uncheck the Featured Image
    3. Place cursor at the top most in the content area
    4. Click Add media, select that image from the modal
    5. Insert that image into content area
    Theme Author pacethemes

    (@pacethemes)

    Thank you paulwpxp for the workaround, if you want to hide the overlay and still keep the featured image, add the below CSS to child theme style.css file

    .post-image.slide-top .overlay {
      display: none;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured image rollover in Quest’ is closed to new replies.