how do i change these to another colour

Solved

how do i change these to another colour

dumbl3d00r
Tourist
12 0 2

image.jpg

image.jpg

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

Accepted Solution (1)

Moeed
Shopify Partner
5346 1444 1729

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:

Moeed_0-1727374570906.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
8202 1972 2410

Hi @dumbl3d00r 

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

Moeed
Shopify Partner
5346 1444 1729

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:

Moeed_0-1727374570906.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


dumbl3d00r
Tourist
12 0 2

thank you and also the same for the outline and font colour of the shop all button