Home › Forums › WoodMart support forum › Arrows visible + style › Reply To: Arrows visible + style
February 13, 2024 at 11:15 am
#539405
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.wd-nav-arrows[class*="wd-hover"].wd-pos-sep .wd-btn-arrow {
opacity: 1 !important;
visibility: visible !important;
transform: none;
}
Best Regards.