how do i change the font “shop all” colour

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.

Summarized with AI on November 5. AI used: claude-sonnet-4-5-20250929.

how do i change these colour of the font from white to #2f261e and the same for the outline

Hey @dumbl3d00r

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. 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