Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #347559

    When I mouse over an image that has the lightbox enabled, there is always a faded white transparent effect that I need to make it less obvious. I want that transparency to be less white and show more the image. How can I do that for all images across the theme??

    Thank You.

    Victor Coronel

    #347604

    Hi victor!

    Add this to Quick CSS or custom.css

    .avia_transform a:hover .image-overlay {
        opacity: 0.2 !important;
    }

    Play with the opacity value (0 – 1) to obtain the desired level of opacity you want.

    Regards,
    Arvish

    #348263

    Thank You. It worked perfect!.

    Now the related question is that in order to change the enfold hover icon I added this css code:

    .image-overlay.overlay-type-extern .image-overlay-inside:before
    {content:url(http://sabrostarfruitcompany.com/download/80x80_hoverIcon.png);}

    And it is working fine in my blog page (http://sabrostarfruitcompany.com/eventos-sabrostar/) but inside the single post page it does not work. It goes back to the preset enfold icon (http://sabrostarfruitcompany.com/xi-foro-international-del-banano-2014/)

    What else I need to add to the code to make this icon change all across the theme.

    #348764

    Hey!

    Please add following code to Quick CSS as well

    .image-overlay .image-overlay-inside:before {
    content: url(https://sabrostarfruitcompany.com/download/80x80_hoverIcon.png); 
    }

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.