ECOMIFY HANDLING COLORS

All the "Add to Cart" buttons in our store use the primary color because they are the most important elements for encouraging purchases. This color choice ensures that these buttons stand out to customers.

If you’d like to change the color of the Sticky Add to Cart button, you’ll need to directly edit the theme files. This involves locating the specific file for the Sticky Add to Cart button and applying the desired color using different button classes.

Here are a few other cases throughout the theme where you might want to customize colors:

  1. Header and Footer: The primary and secondary colors are used to maintain a consistent look. You can edit the CSS files to apply different colors to the header and footer elements.

  2. Buttons and Links: Besides the Add to Cart buttons, other buttons like "Buy Now" or links also use the primary or secondary colors. You can change these by editing their respective classes in the CSS file.

  3. Backgrounds and Sections: Different sections of your store, such as banners, product sections, and promotions, use predefined colors. These can be customized by editing the section classes in the CSS file.

To make these changes, you typically need to:

  1. Access the theme editor: Go to "Online Store" > "Themes" > "Actions" > "Edit code."

  2. Find the relevant file: Look for the CSS file or the specific Liquid file where the button or element styles are defined.

  3. Edit the classes: Apply your desired color changes by editing the CSS classes. For instance, you might find a class like .btn-primary and change its color properties.

If you’re not comfortable editing the theme code directly, consider using a custom CSS app or hiring a developer to help with these changes. This ensures that your store maintains a professional appearance while reflecting your desired color scheme.

Example below:

Last updated