Home › Forums › Jevelin Theme › Blog overlay need to target the opacity
Home › Forums › Jevelin Theme › Blog overlay need to target the opacity
Hi @WendyM,
I hope you are well today and thank you for your question.
You can change it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .sh-team-social-overlay2 .sh-team-image:hover .sh-team-overlay2, #page-container .sh-overlay-style1, .sh-portfolio-overlay4 { background-color: rgba(25, 0, 219, 0.5)!important; }
Please change the color and opacity value in the above code to whatever you want to.
Best regards,
Shufflehound team