Notifications
Clear all
Topic starter
30/07/2018 6:43 pm
Hello, I would like to change the big "Leave a Reply" to a normal size like 16 or 15px. How can I do that ?
Thank you very much for your help !
30/07/2018 6:56 pm
Put this CSS code in Comments > Settings > Styling > Custom CSS Code Textarea. Save it, delete all caches and press Ctrl+F5 on website front-end:
#wc-comment-header{
font-size: 18px !important;
}
Topic starter
30/07/2018 7:03 pm
YES ! Thanks a lot Tom !