• It seems there is some kind of filter or overlay on top of featured images throughout the site. The result is dim, murky images. How do I remove this?

Viewing 1 replies (of 1 total)
  • Theme Author CrestaProject

    (@crestaproject)

    Hi @chadmcrab
    yes, the filter serves to give a slight opacity to the photo to avoid that, if there are too light photos, they merge with the website menu.
    You can remove the opacity from your WordPress dashboard under “Appearance-> Customize-> Additional CSS” and using this code:

    
    .elementareImageOp {
        background-color: rgba(0,0,0,0) !important;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Remove Filter from Featured Images’ is closed to new replies.