How can I modify the product grid color scheme in the Colorblock theme?

Topic summary

Main issue: In the Colorblock theme, the Product Grid section’s text colors (default blue/red) can’t be changed via theme settings; user wants them to match the Products title (gray-blue).

What’s been tried: Custom CSS setting global div and h2 colors to white background and a custom text color. This partially works, but the sort dropdown label (“Alphabetically, A–Z”) and the “remove all” control remain in the original colors.

Context: Two screenshots are referenced and central to understanding the mismatched colors.

Support interaction: A theme representative requested the store URL (and password if protected) to inspect. The user provided an account/login URL instead of the storefront URL; support clarified the correct format (e.g., yourstorename.myshopify.com). The user is hesitant to share a password and asked to proceed via a collaborator account.

Status/outcome: No code-level fix provided yet. Next steps are to share the correct storefront URL and arrange collaborator access for further analysis; issue remains open.

Summarized with AI on January 17. AI used: gpt-5.

Hi,

I am using the Colorblock theme. My problem is that I cannot edit the colour scheme of the Product Grid section because there is no button to select it. The default text colours are blue and red - see the image below. I would like to change the text colour to that of the Products title (gray-blue).

I found a partial solution by changing the Custom CSS to

div {
  background-color: white;
  color: #xxxxx !important;
}
h2 {
  background-color: white;
  color: #xxxxx !important;
}

This results in the following font colours:

As you can see the dropdown button “Alphabetically, A-Z” and the “remove all” are still the wrong colour. Could you please provide help on how to fix this?

Hi @rakf ,

This is David at SalesHunterThemes.

I read your problem and it seems that I need to analyze your website to provide the solution here.

Would you please share your website URL

if your website is password protected then also provide the password.

David | SalesHunterThemes team.

Hi David,

I believe that this is the url that you are asking for?

https://shopify.com/78228750684/account

Thank you

1 Like

please help me to check url again. It has format like this: https://tieumanthaustore.myshopify.com/

Not sure if I can share passwords with external users.

Would you be able to have a look with a collaborator account?