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.
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
WOW! PERFECT. Thank you,