Home › Forums › WoodMart support forum › Edit Category listing in Page Title › Reply To: Edit Category listing in Page Title
December 4, 2020 at 6:49 pm
#247921
Elise Noromit
Member
Hello,
Thank you very much for choosing our theme and for contacting us.
Please add this code to the Theme Settings > Custom CSS > Global:
body .color-scheme-light .woodmart-show-categories a {
color:red;
text-transform: uppercase;
letter-spacing: .3px;
font-weight: 900;
font-size:20px;
}
You can use this selector in the Advanced typography or add to the Custom CSS and change as per your needs.
Best Regards