Home › Forums › WoodMart support forum › Making categories title – height smaller › Reply To: Making categories title – height smaller
April 29, 2019 at 1:37 pm
#121425
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .without-title .category-nav-link a {
padding-top: 10px;
padding-bottom: 10px;
}
Best Regards