CHANGE TEXT AND EDGE ADD TO CART BUTTON!!!!!

wardH
Visitor
3 0 0

Hey I have 2 questions:
- how can I make the edge and text from my add to cart button black (2nd photo)? I use the prestige theme and I can click this button: 

Scherm­afbeelding 2023-11-01 om 12.09.10.png

but if I go to theme setting and adjust the colour, only the 'buy it now' button will change and not the 'add to cart' button:

Scherm­afbeelding 2023-11-01 om 12.07.23.png

 

- one more question: how can i remove this separator bar (underneath brand name)?: 

Scherm­afbeelding 2023-11-01 om 12.11.58.png

 

thank you very much in advance! my shop is deco-essence.com

Replies 4 (4)
Moeed
Shopify Partner
3016 753 911

Hey @wardH 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.supports-sticky .Header--transparent {
    box-shadow: none !important;
}
</style>

RESULT:

Moeed_0-1698838607326.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
wardH
Visitor
3 0 0

thank you very much! and how about the add to cart button?

Moeed
Shopify Partner
3016 753 911

Hey @wardH 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.ProductForm__AddToCart {
    background: black !important;
    color: white !important;
}
</style>

RESULT:

Moeed_0-1698839422063.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
wardH
Visitor
3 0 0

thank you very much, im gonna add you on whatsapp. 
- I have 1 more question: when I move my mouse over the 'add to cart button', the text remains black, so you only see a black block. I want the text to turn white, like what happens with the 'buy it now' button, but the other way around.