how do i change these colour of the font from white to #2f261e and the same for the outline
Topic summary
A user needs to change the “Shop All” text color from white to #2f261e, along with matching the outline color.
Solution provided:
- Navigate to Online Store → Edit Code
- Locate the theme.liquid file
- Insert custom CSS code above the closing tag
- The CSS targets the specific element to override the font color
The response includes a code snippet (markup format) to implement the color change. An image showing the expected result was also shared. The issue appears resolved with a working solution provided.
Hey @dumbl3d00r
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
1 Like

