Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #396746

    Hi, I like to modify the color of overlay image and opacity.

    Can you tell me the css modifications please?

    Thanks !!

    Xavier.

    #396747

    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

    #397088

    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.

    #397382

    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

    #397466

    Is perfect!!, thanks so much!!!

    #397467

    Hi

    You are welcome Xavier, glad we could help :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘background-color and opacity in image overlay’ is closed to new replies.