Change background colour and text colour on Collection Pages

Solved

Change background colour and text colour on Collection Pages

liambeauchamp
Excursionist
38 2 6

I've adopted a website and I am trying to make changes to the theme but I keep hitting a brick wall. I'm currently trying to update the background colour on the product tiles on my collection pages to match my website background, and I am trying to update the title colour from green to black. Here is the website that I am trying to update:

 

https://slobberandchops.com/

 

Any advice on this would be greatly appreciated!

Accepted Solution (1)

suyash1
Shopify Partner
9990 1241 1579

This is an accepted solution.

@liambeauchamp - add this css to the very end of your style.css file and check

 

.spf-product-card__title a {color: #000 !important;}

 

suyash1_0-1710421641795.png

 

Amazing chess game | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 2 (2)

suyash1
Shopify Partner
9990 1241 1579

This is an accepted solution.

@liambeauchamp - add this css to the very end of your style.css file and check

 

.spf-product-card__title a {color: #000 !important;}

 

suyash1_0-1710421641795.png

 

Amazing chess game | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
liambeauchamp
Excursionist
38 2 6

Thank you @suyash1 - that worked in changing the product title text colour which is what I needed and I was able to work out how to change the background with your solution. Thanks!