I am using some CSS through a child theme to add a bottom border with a certain color to the comment h3 heading and a different color to the h3 ::before pseudo-element. I am looking for a way to add a Customizer setting in the Colors section to be able to change those two colors from the Customizer. What’s the best way to approach the issue?
It’s not very easy to create your own customizer function and we can’t really help with that here – you will basically need to create your own theme and copy over GP’s existing options.
Hi Leo. I have actually sorted it out, thanks for the pointer. It’s possible by utilizing WP customizer functions. I will write a small tutorial and post it here for future reference.