I'm trying to customize the Portfolio element so that the image is initially darker so white text is easier to read. I was able to try this, but it darkens the text too. Any tips on darkening just the background image?
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
I'm trying to customize the Portfolio element so that the image is initially darker so white text is easier to read. I was able to try this, but it darkens the text too. Any tips on darkening just the background image?
.portfolio-items div.col {
filter: brightness(50%);
}
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
perfect! Thanks so much!