Change button color on my wishlist - Dawn Theme 7.01

Solved

Change button color on my wishlist - Dawn Theme 7.01

Dekanten
Trailblazer
297 1 111

Hi

 

I would like to change button and textcolor within my whishlist, i want to change the color into black background instead. How can this me done? If someone possible things to try and inspect within google dev tools and inspect the button and find out which section i can find this. Hope you can help me out here, tried everything without luck. Thanks in advance. 🙂 (The yellow button)

 

See attached file:

Skjermbilde 2024-08-06 kl. 16.58.48.png

 

Mystore url:

www.dekanten.no

 

Accepted Solutions (4)
BSS-TekLabs
Shopify Partner
1842 525 612

This is an accepted solution.

- Here is the solution for you @Dekanten 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

.st-product-card .st-atc-button {
 background: black !important;
}

- Here is the result you will achieve:

BSSTekLabs_0-1722958255900.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

View solution in original post

niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
 .st-product-card .st-atc-button{
     background-color: #000 !important;
      color: #fed800 !important; /*change color according to you*/
   }
</style>

niraj_patel_0-1722958457252.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
.st-product-card .st-atc-button{
border-radius: unset !important;
}
</style>

niraj_patel_0-1722959545932.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .st-product-card .st-atc-button{
     border: 2px solid #000; /*change color according to you*/
   }
   button.st-atc-button:hover {
       background: #d38927 !important; /*change color according to you*/
        color: #000 !important; /*change color according to you*/
     }
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

Replies 14 (14)

BSS-TekLabs
Shopify Partner
1842 525 612

Where is it on your website? Can you take a screenshot of it on your website? @Dekanten 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

Dekanten
Trailblazer
297 1 111

Hi ofcourse

 

Just go into a product, add it on wishlist with the green button on top of the product and click the heart icon on header after this have been done. The product will show up like on the previous post. 🙂

 

Anything else i can bring to you for information, just ask and i will provide. 🙂

 

BSS-TekLabs
Shopify Partner
1842 525 612

This is an accepted solution.

- Here is the solution for you @Dekanten 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

.st-product-card .st-atc-button {
 background: black !important;
}

- Here is the result you will achieve:

BSSTekLabs_0-1722958255900.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

Dekanten
Trailblazer
297 1 111

Thank u we are into something now, glad this works finally now. 🙂

BSS-TekLabs
Shopify Partner
1842 525 612

Glad to help you. Have a good day.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

Dekanten
Trailblazer
297 1 111

You too and have a wonderful day with your ones. 🙂

BSS-TekLabs
Shopify Partner
1842 525 612
.st-product-card .st-atc-button {
 border-radius: 0 !important;
}

BSSTekLabs_0-1722959541892.png

 

can you try add more code @Dekanten 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
 .st-product-card .st-atc-button{
     background-color: #000 !important;
      color: #fed800 !important; /*change color according to you*/
   }
</style>

niraj_patel_0-1722958457252.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
Dekanten
Trailblazer
297 1 111

Thank you very much for your solution, works very well. Is it possible to remove the rounded corner on those buttons? I want to change them into better looking buttons with square corners. 🙂

niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
.st-product-card .st-atc-button{
border-radius: unset !important;
}
</style>

niraj_patel_0-1722959545932.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
Dekanten
Trailblazer
297 1 111

Thank u so much for your solution, this works quite good. Thanks again for your contribution. 🙂

Dekanten
Trailblazer
297 1 111

Hi again, is it possible to add a hover and a border around the button? 🙂

 

Hope this will be possible. 🙂

niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .st-product-card .st-atc-button{
     border: 2px solid #000; /*change color according to you*/
   }
   button.st-atc-button:hover {
       background: #d38927 !important; /*change color according to you*/
        color: #000 !important; /*change color according to you*/
     }
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
Dekanten
Trailblazer
297 1 111

Hi again, we are into something here and the hover works well but there is no border. Maybe the buttons is to big perhaps? Hope we can figure something out, youre a miracle man aswell. 🙂