Home Forums WoodMart support forum Arrows visible + style Reply To: Arrows visible + style

#539405

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.