A space to discuss online store customization, theme development, and Liquid templating.
i want to change the title “browse all our products” to #2f261e from white and the colour of my blog comment button and “leave a comment” title from black to #b2947c
Solved! Go to the solution
This is an accepted solution.
Hey @dumbl3d00r
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
h2.banner__heading.inline-richtext.hxl {
color: #2f261e !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @dumbl3d00r
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
This is an accepted solution.
Hey @dumbl3d00r
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
h2.banner__heading.inline-richtext.hxl {
color: #2f261e !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
thank you and also the same for the outline and font colour of the shop all button