Hi,
I would like to change dimensions and color of the overlay.
i.e. It’s now black semi-transparent, 300*300px over an image 300*300px
I want it to be yellow semi-transparent, 250*250px centered.
Also any chance I can add an icon on overlay?
Thanks.
Hi Ozgur Can!
Not sure about the dimensions. Can you send us a link to your page so we can check?
For the color you can change that in Dashboard > Enfold > Advanced Styling.
Cheers!
Elliott
Hi Elliott,
Thanks for your reply.
I’m sending you a photoshop masterpiece :)
You can see what I need.
Ozgur
Merhabalar!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.avia_transform a:hover .image-overlay {
max-width: 80%!important;
max-height: 80%!important;
margin: auto!important;
top: 10%!important;
left: 10% !important;
}
if that does not help, please post the link to your website
Best regards,
Yigit
Totally worked.
Thanks.