- This topic has 3 replies, 2 voices, and was last updated 5 years, 10 months ago by .
Viewing 3 reply threads
Viewing 3 reply threads
- You must be logged in to reply to this topic.
Home › Forums › WPStrong Themes › Elementy › Portfolio grid: Change image hover overlay
Right now the portfolio grid has a black/dark overlay hover effect. I need to change the opacity and background colour – or even set it to transparent. Could you tell me where and how I could do this?
Hi sandra Broedner
I hope you are well today and thanks for asking the question.
About your question: no available option for this request, that is default hover style of portfolio, so if you want to change it you need to add custom css code for your site. you need to have the knowledge about CSS language to do next custom.
You can use Custom CSS option in theme options and don’t forget enbable “Dev Mode” option:
Hope that helps!
Hi Sen Do Thi,
Thank you, I figured it out without knowing CSS codes. At Custom CSS needs to be entered: div.cms-portfolio-item .portfolio-item-inner:hover .port-img-overlay:before { background: rgb(16, 16, 16, 0.1); } (->the orgiginal occupancy setting is 0.85 which I changed to 0.1). It also works with disabled “Dev Mode”.
Sandra