Please see attached image. I have just changed the color of my contact page background and now the h1 title “contact” is a dark color and I want to change it to white to match the text color. can some advise how this is done?
For this purpose you need a little liquid and css code please refer to the code below. Add this code into your theme.liquid file before
{% if page.handle == "contact-us"%}
{% endif %}
thanks
1 Like
Thank you Liquid xpert. This solution worked.
1 Like
always here for any help ![]()
