Zoom box color overlay

what is the css code to modify the opacity of the overlay color on Zoom Boxes?

Comments

  • Hi,
    Please always attach a link to your website so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
    It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
    thanks
  • Hi here is a screen shot of what i want. The overlay color on the zoombox (when you hover over it with the mouse) is transparent. I would like it so be a solid color and can not figure out the CSS code to make this happen. Could you please let me know the CSS code to make it a solid color? 

    Here is a screen shot: https://pasteboard.co/Jyd9ZIu.jpg



  • Please, put following Custom CSS Code in: Betheme > Theme Options > Custom CSS & JS > CSS
    .zoom_box .desc{
    background-color:#000!important;
    }
    Thanks
Sign In or Register to comment.