Home Forums WoodMart support forum Custom CSS need Reply To: Custom CSS need

#580979

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

.wd-arrow-inner{
    height: 50px !important;
    width: 40px !important;
}
.wd-arrow-inner:after {
    font-size: var(--wd-arrow-icon-size, 40px) !important;
}

Best Regards.