Re: Change Product Title Colour in collections without changing price colour

Solved

Change Product Title Colour in collections without changing price colour

Medzz
Visitor
2 0 0

Hey I just need some help changing the colour of the product titles on my store I would like to change the title colours to #E3FC02.

 

When I try to change the text colour on the theme it changes all text including price how do I fix this?

 

Store Link: https://starlightgrillz.com/collections/all-grillz 

Accepted Solution (1)
TerenceKEANE
Shopify Partner
512 86 80

This is an accepted solution.

hi,

 

If you add the following, the 'title' colors will change on both the product page and the collection page. Let me know if you can't do it!

 

Terence...

 

.card__heading {
    color: #E3FC02!important;
}

.product__title > h1 {
    color: #E3FC02 !important;
}

 

★ Looking for Dedicated Premium Coding Support? Join our unique "PREMIUM SUPPORT" service starting at 59 USD for 1 MONTH!
★ Get skilled Shopify developers at BUDGET-FRIENDLY RATES — explore Novajetsoft.com for a rapid quote!
If my support was a lifeline for you, The COFFEE  
would be the anchor keeping me steady!
★ For Quick response --> WhatsApp | Email --> info@novajetsoft.com | Software Engineer - Specializing In Advanced E-Commerce Websites

View solution in original post

Replies 3 (3)

sahilsharma9515
Shopify Partner
1280 165 249

Hi @Medzz Please add the code in your theme.css/base.css/style.css file which is available in your theme.

 

.product__title>h1 {
    color: #E3FC02;
}

 

If you are not sure where is your theme.css/base.css/index.css/style.css file please follow the steps:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in live Theme.
  4. Click Edit Code.
  5. Search theme.css/base.css/index.css/style.css in the code in left hand side which ever is available in your theme.
  6. You can add the above code at the bottom of the file.

Result:

sahilsharma9515_0-1712232425444.png

 

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

 

Best Regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


Medzz
Visitor
2 0 0

That worked for the main product page however the title has not changed on the collections page how do i change it there too?

 

pic.png

TerenceKEANE
Shopify Partner
512 86 80

This is an accepted solution.

hi,

 

If you add the following, the 'title' colors will change on both the product page and the collection page. Let me know if you can't do it!

 

Terence...

 

.card__heading {
    color: #E3FC02!important;
}

.product__title > h1 {
    color: #E3FC02 !important;
}

 

★ Looking for Dedicated Premium Coding Support? Join our unique "PREMIUM SUPPORT" service starting at 59 USD for 1 MONTH!
★ Get skilled Shopify developers at BUDGET-FRIENDLY RATES — explore Novajetsoft.com for a rapid quote!
If my support was a lifeline for you, The COFFEE  
would be the anchor keeping me steady!
★ For Quick response --> WhatsApp | Email --> info@novajetsoft.com | Software Engineer - Specializing In Advanced E-Commerce Websites