Home Forums WoodMart support forum Navigation Arrows in All Product Related Elements Reply To: Navigation Arrows in All Product Related Elements

#572048

Hello,

Please remove the previous code and add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS. Change the value as per your requirements.

.wd-arrow-inner{
    background-color: black !important;
    border-radius: 5px !important;
    height: 50px !important;
    width: 40px !important
}
.wd-arrow-inner:after {
    font-size: var(--wd-arrow-icon-size, 20px) !important;
}

Best Regards.