Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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?
Solved! Go to the solution
This is an accepted solution.
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 </body>
{% if page.handle == "contact-us"%}
<style>
.main-page-title.page-title {
color: #FFF;
}
</style>
{% endif %}
thanks
This is an accepted solution.
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 </body>
{% if page.handle == "contact-us"%}
<style>
.main-page-title.page-title {
color: #FFF;
}
</style>
{% endif %}
thanks
Thank you Liquid xpert. This solution worked.
always here for any help 🙂
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024