Hi, I like to modify the color of overlay image and opacity.
Can you tell me the css modifications please?
Thanks !!
Xavier.
Hey xpoveda!
Please add following code to Quick CSS and adjust as needed
.image-overlay.overlay-type-extern .image-overlay-inside:before {
background-color: red;
}
.avia_transform a:hover .image-overlay {
opacity: 0.7 !important;
}
Regards,
Yigit
Hi Yigit another time!! ;)
Sorry, I should have explained bad.
I like the color on hover in the image is not white with opacity, I like is color x with opacity y.
Is not a customization of image overlay is a customization of color x and opacity in on hover image.
By example in footer appear “cervezas califa”, i like the on hover is with background black not with white background.
Thanks!!
Xavier.
Hey!
Please add following code to Quick CSS as well
.image-overlay { background: orange; }
It will change the background color from white to orange. You can adjust the opacity using the code i posted in my previous post. If that too does not help, please post a screenshot and show the changes you would like to make : )
Best regards,
Yigit
Is perfect!!, thanks so much!!!