• The featured image has a camera icon overlayed on it when displayed on the front page.
    How do I remove it please?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Here you go!
    Add the following to your themes “Additional CSS:

    #REMOVE CAMERA IMAGE FROM FEATURED SLIDER
    i.fas.fa-camera {
      display: none;
    }
    
    #REMOVE CAMERA IMAGE FROM FEATURED SLIDER (this removes the dot)
    span.post-form {
       display: none;
    }
    • This reply was modified 2 years, 3 months ago by badgoat.
Viewing 1 replies (of 1 total)
  • The topic ‘remove camera icon over featured image’ is closed to new replies.