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

    Hi team,

    I’m wondering how to remove the white border around images within a gallery and remove the mouse over effect?

    Lara

    #997207

    Hey Lara,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    
    #top div .avia-gallery img, #top div .avia-gallery .avia-gallery-big-no-crop-thumb {
      border: none;
    }
    #top div .avia-gallery .avia_transform a:hover .image-overlay {
      opacity: 0 !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #997396

    Hi Victoria,

    thanks for that! The white border is now gone, but I still have a transparent hover effect on mouse over. Is there a way to remove?

    Lara

    #997673

    Hi,

    Please add

    #top .all_colors .image-overlay { background-color: none !important; }

    should fix the problems.

    Best regards,
    Basilis

    #997727

    Hi Basilis,

    Unfortunately, it doesn’t work :( I tried with Enfold>general styling as well as custom css class and no luck.

    Lara

    #998029

    Hi Lara,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
     .avia-gallery  a:hover span.image-overlay {
      opacity: 0 !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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