Issue: Custom colors in the Refresh theme wouldn’t apply to the product grid and product information areas; links remained blue instead of white.
Key steps and changes:
Store URL shared. Helper provided CSS in base.css to set the product page section background to #250301 and make product titles/prices white. OP confirmed success on those areas.
Additional CSS applied to make product descriptions and the collection filter sidebar text white, and to set the product-grid padding background to #250301. Most pages then matched the desired colors.
Further CSS targeted remaining blue elements: product tax links, the share button, and the main page title (H1), changing them to white.
CSS for filters/dropdowns added: facet containers, checkbox icons, and price filter inputs/options were given the #250301 background.
Current status: After the last filter-related CSS, a new visual issue appeared in the price filter area (shown in a screenshot). OP is unsure which change caused it.
Notes:
Screenshots and CSS snippets are central to understanding the fixes and the new issue.
Discussion remains open; further CSS adjustments are needed for the filters/price UI and any remaining blue links/titles.
Hey, I’m having an issue with the product grid background, it won’t change colour from the Refresh themes light grey.
Ive tried to set my own theme colours and everything changes apart from the product grid colour on every product page. Also, I want to change the text colour from blue to white it won’t do that either.
I want to change the background image to the colour behind “Fudge”.
To add to this even the product pages’ Product Information sections are the Refresh colour, I don’t understand why the rest of the website is the colours I want apart from product info and product grid.
The background colour for filters for each collection is white and links are blue and I’m unable to change them, also I still have the same issues as yesterday.
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:
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:
Hey, thats those pages are fixed now! just a few things like titles, h1, and links are still blue but I think I can figure those out after looking at the code you sent.