I am trying to edit the product grid on the theme colorblock but there is no option to change the theme colour here. I would like the red ‘filter’ text black and the ‘sort by’, ‘alphabetically…’, and ‘1 product’ text black also.
When clicking on filter or interacting with the other buttons of this page I’d like to make all of the text black also and not have the blue opaque film over.
Thank you in advance!
1 Like
Hi @emilymay ,
Could you please share your store URL and password (if enabled) so that I can help you
Hi,
https://streetcore.co.uk/ and password is hal.
Thank you
Hi @emilymay
Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.facets-container.facets-container-drawer * {
color: black;
}
I hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
That worked thank you! How would I change this one also?
Thank you,
Emily
1 Like
Try this one.
Same Instruction.
h1.main-page-title.page-title.h0 {
color: black;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you so much.
Finally how do I do the same with this page?

Thank you,
Emily