Davinci 2.0 Woo Category Images too dark

Sadoun

Member
Hi

Can you please let me know how I can brighten up the category images opacity (#3 here) a little? As it is right now, it looks depressingly dark.

Photo 2019-02-26 at 4.10.49 PM.jpg
 
Last edited:

Abdou

New Member
try to do this:

Please try adding the css below to your site via the customizer in Appearance > Customize > Additional css.

....................................................................
.pique-panel-background { opacity: 1; } .pique-panel-background:before { background: rgba(0, 0, 0, 0.3); }
.......................................................................
 
Top