Hello, so i’ve set the color to purple pink and the title of the product has changed aswell could anyone please assist me on this?
Topic summary
Issue: Changing the store’s overall color to purple/pink also altered product title color, and the requester wants the product title color changed independently. A store URL was shared for context.
Proposed solution: Support advised editing the Shopify theme by adding custom code to theme.liquid (Online Store → Theme → Edit code) and placing it before to target only product titles. This implies using CSS to override the title color without affecting other elements.
Technical notes: theme.liquid is a core layout file in Shopify themes where custom CSS/JS can be injected. Adjusting selectors enables styling specific elements like product titles without global impact.
Attachments: A screenshot is provided showing the color settings; a code block is referenced but the exact code content isn’t visible in the excerpt, which is central to implementation.
Outcome/status: The requester thanked the support team, suggesting the guidance was helpful. No confirmation of implementation success is recorded; the discussion appears close to resolved but not explicitly closed.
Hello @windef
It’s GemPages support team and glad to support you today.
If you want to change color only title product.
I would like to give you a solution to support you.
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid theme file.
-
Paste the below code before :
You can change the name or color code you want.
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
Thank you
