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

    Hi. is use a gallery here. how can i disable the boders and the mouse over effect. i do not use a lightbox so i do not need any mouse over effect.
    thank you.

    #734173

    Hey arteffekt,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top div .avia-gallery img {
        border: none;
    }
    #top .avia-gallery .avia-gallery-thumb a:hover {
        opacity: 1;
    }
    

    Best regards,
    Yigit

    #735223

    WOW! PERFECT. Thank you,

    #735672

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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