Hi, I am trying to change the text color under product information, how do i do that? Thank you
Topic summary
A user seeks help changing the text color in the product information section of their Shopify store, providing a screenshot showing the area they want to modify.
Proposed Solution:
- Navigate to Online Store → Theme → Edit code
- Open the theme.liquid file
- Insert custom CSS code before the closing
</body>tag - The CSS targets product text elements with color styling (example shows
color: #000 !important)
Status: The discussion appears to have an initial response with technical guidance, but it’s unclear if the solution was tested or resolved the issue. The code snippet provided seems partially corrupted or improperly formatted in the conversation thread.
Hello @vic186
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.


