Home › Forums › WoodMart support forum › modify the size of the ‘Products navigation’ field › Reply To: modify the size of the ‘Products navigation’ field
May 9, 2024 at 11:05 am
#564342
Hung Pham
Keymaster
Hi geraoctubre,
Thanks for reaching to us.
1. Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
a.wd-product-nav-btn {
width: 30px;
height: 30px;
}
2. Go to Theme Settings > Typography > Advanced. In this area, you can assign elements like screenshot https://prnt.sc/6uxmXxzTFNjS
a.wd-product-nav-btn:before
Please refer to our documentation https://xtemos.com/docs-topic/advanced-typography-settings/
Regards,