Home › Forums › WordPress Themes – Premium › Encounters › Changing font colour › Reply To: Changing font colour
Hi Julie,
You need to write custom CSS for this.
h5 { color:#f00; font-size: your_size; } h6 { color:#f00; font-size: your_size; }
Please use the following css in child theme css of use custom css file.
Thanks
Lost Password?