Home › Forums › WoodMart support forum › Navigation Arrows in All Product Related Elements › Reply To: Navigation Arrows in All Product Related Elements
June 11, 2024 at 3:50 pm
#572048
Aizaz Imtiaz Awan
Keymaster
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.