Change Color Of Button & Make Solid

Solved
welovedoodles
Visitor
2 0 0

Hi All,

I'm trying to figure out how to make the Add To Cart Button a specific color as well as make it solid. Any help in advance would be greatly appreciated.

 

Here's an example URL: https://shop.welovedoodles.com/collections/dog-brushes/products/large-slicker-brush?variant=46973611...

 

I'm also attaching a screenshot with more information. Thank you so much in advance.Copy of Untitled Design.jpg

Accepted Solution (1)
Beae_Anthony
Shopify Partner
436 167 168

This is an accepted solution.

Hi @welovedoodles ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

 

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:

<style>
button.btn--outline.btn--full.btn--primary.uppercase.btn--add-to-cart {
    background: black;
}
</style>

Note: you can adjust color to fit your store

Beae_Anthony_0-1697062475349.png

 

Best regards,

Anthony

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Blog

View solution in original post

Replies 5 (5)
fadi_yousif
Shopify Partner
314 40 54

Are you aware that this is a Shopify forum?

Freelance Shopify Developer | Helping Shopify merchants grow with high-converting online stores!
 - Did I help? Leave a tip!
 - Need my help? Chat on Telegram or WhatsApp
 - Was your question answered? Mark it as an Accepted Solution

Beae_Anthony
Shopify Partner
436 167 168

This is an accepted solution.

Hi @welovedoodles ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

 

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:

<style>
button.btn--outline.btn--full.btn--primary.uppercase.btn--add-to-cart {
    background: black;
}
</style>

Note: you can adjust color to fit your store

Beae_Anthony_0-1697062475349.png

 

Best regards,

Anthony

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Blog
fadi_yousif
Shopify Partner
314 40 54

1. Navigate to the code editor: Online Store --> Themes --> Edit code --> assets --> theme.css

2. Add the following CSS to the end of the file:

.btn--add-to-cart {
  background-color: insert color name or value;
  color: insert color name or value;
}

If the above doesn't work, try this:

.btn--add-to-cart {
  background-color: insert color name or value !important;
  color: insert color name or value !important;
}

 

Freelance Shopify Developer | Helping Shopify merchants grow with high-converting online stores!
 - Did I help? Leave a tip!
 - Need my help? Chat on Telegram or WhatsApp
 - Was your question answered? Mark it as an Accepted Solution

PageFly-Oliver
Navigator
479 92 89

Hi @welovedoodles ,

 

You can try this code by following these steps: 

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

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

<style>
button.btn--outline.btn--full.btn--primary.uppercase.btn--add-to-cart {
    background: black;
  color:white
}
</style>



Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

annaw3
Visitor
2 0 0

Click on the side and tap the color then add gradient  inner color once you click on the theme and embed the color you desire to use 

Thanks will be here to assist you further

banned