Solved

What is the correct coding to alter title colours in Shopify?

BekiGems
Tourist
10 0 1

C21F242C-4DB9-4FE7-B4D9-775FEA469873.jpeg

2F392100-1710-4D6B-AAB0-03A81AF70CD6.jpeg

Hi guys I’ve been trying to find the right coding to change the colour of my titles on my pages for products/collections etc 

 

I can’t seem to find the right code and what file I need to add the codes too can someone please help my heads ready to explode 🙈

 

 

Accepted Solution (1)
PeanutButter
Shopify Partner
385 67 181

This is an accepted solution.

@BekiGems you can try this code:

.section-header h1 {
  color: #000;
}

Of course replacing #000 with your desired color.

If this fixes your issue please Like and mark my response as accepted

Peanut Butter Collective | Shopify Experts
- Was my reply helpful? Please Like and Accept Solution.
- Want to customize and improve your store? Hire us.
- Feel free to contact me us hello@peanutbutter.es

View solution in original post

Replies 8 (8)

RajatWeb
Shopify Partner
197 46 62

Hi @BekiGems,

Please follow the steps:-

1. Go to Online Store->Theme->Edit code
2. Asset->theme.css   

Paste the below code at the bottom of the file.

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #000;
}

 

In case you want hex color code - https://www.color-hex.com/

Thanks

If helpful then please Like and ✔️ Accept Solution.
Do you need custom changes on store ? please send me a personal message and we can discuss.
Email: rajatsharma.web@gmail.com
Skype: rajatsharma.web
BekiGems
Tourist
10 0 1

Thank you very much for replying to me, however it didn't work 😞 

 

any other suggestions?

PeanutButter
Shopify Partner
385 67 181

@BekiGems can you share url to your site?

Peanut Butter Collective | Shopify Experts
- Was my reply helpful? Please Like and Accept Solution.
- Want to customize and improve your store? Hire us.
- Feel free to contact me us hello@peanutbutter.es
BekiGems
Tourist
10 0 1

www.astringofgems.co.uk

 

password is dergli

PeanutButter
Shopify Partner
385 67 181

password dergli is not working

Peanut Butter Collective | Shopify Experts
- Was my reply helpful? Please Like and Accept Solution.
- Want to customize and improve your store? Hire us.
- Feel free to contact me us hello@peanutbutter.es
BekiGems
Tourist
10 0 1

Sorry @PeanutButter its dregli my bad! 

PeanutButter
Shopify Partner
385 67 181

This is an accepted solution.

@BekiGems you can try this code:

.section-header h1 {
  color: #000;
}

Of course replacing #000 with your desired color.

If this fixes your issue please Like and mark my response as accepted

Peanut Butter Collective | Shopify Experts
- Was my reply helpful? Please Like and Accept Solution.
- Want to customize and improve your store? Hire us.
- Feel free to contact me us hello@peanutbutter.es
BekiGems
Tourist
10 0 1

Thank you very much!