Home Forums Space themes support forum Portfolio Reply To: Portfolio

#413742

Luke Nielsen
Keymaster

Hello,

Please try to use the below code for defining the overlay. Paste the code into the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.

.post-type-archive-xts-portfolio .xts-portfolio-design-parallax .xts-project-overlay {
    background-color: rgb(58 141 228 / 25%);
    opacity: unset;
}

.post-type-archive-xts-portfolio .xts-portfolio-design-parallax .xts-project:hover .xts-project-overlay {
    background-color: rgba(0,0,0,.4);
}

Kind Regards