Hello I am looking to see if anyone could help with a customization in my store….I had someone to redesign my store but I can’t seem to make small customization like changing the color on my add to cart or my price and I have no idea how to change it..also I didn’t want all the photos to show on the product page…I am looking to have the dots under the product photo indicating there is additional photos on that page and when selecting it there is no option to do that either anyone got an easy fix for these changes
Hi! You can change your add-to-cart color by editing your theme’s CSS (e.g., replacing .btn--add-to-cart { background-color: #xxxxxx; }). For the product gallery dots, you can enable the slider pagination in the theme settings or add a small JavaScript snippet to show dots.
If you’d like more detailed help with customizations beyond this, feel free to continue the discussion here (I’m happy to explain further).
Which theme are you using @thinkrichbrand
Add to Cart button and price colors are either controlled by the theme’s color settings or hard-coded in the theme CSS (which can be adjusted safely).
Product images can be changed from showing all thumbnails to a slider with dots (pagination), depending on the theme. If the option isn’t available in the customizer, it usually requires a small code update to enable dots and hide extra thumbnails.
If you don’t mind sharing:
Your theme name
Whether the store is live or password-protected
Best regards,
Devcoder ![]()
Hi @thinkrichbrand ,
Most of these changes are controlled by your theme settings or a small CSS edit.
1. Change Add to Cart or price color
- Go to Online Store → Themes → Customize
- Open Theme settings
- Look for Colors or Buttons
- Change the Primary button or Accent color
If the theme doesn’t offer that option, you’ll need a small CSS edit.
2. Hide extra product images and show dots instead
This is controlled by the product media layout.
Go to:
- Customize → Product page
- Click on the Product information section
- Look for settings like:
- Thumbnail position
- Media layout
- Show thumbnails / slider / carousel
Select slider or carousel with dots instead of thumbnails.