Changing colors to Home button and empty cart button (TASTE)

Topic summary

A user seeks help changing the colors of two specific buttons on their Shopify store (authenticpet.com): the home button and empty cart button.

Proposed Solution:
A PageFly support representative provides CSS customization instructions:

  • Navigate to Online Store β†’ Theme β†’ Edit code
  • Locate the base.css file
  • Add custom CSS at the bottom targeting the button element with background: red !important;

Status:
The thread appears to contain formatting/encoding issues in the response text, making parts of the instructions difficult to read. The solution remains unconfirmed by the original poster, leaving the issue’s resolution unclear.

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

Hi, can someone help me changing colors for this buttons?

authenticpet.com - 3144

Hi @Idob

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file β†’ Save

.button {

background: red !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

1 Like