Hello there
I have a problem whit the color setting and im not abel to fix them can someone help me please?
My first Problemm is that my card shows the amount on black on black
My second problem is that the buy button is white and im not abel to change the color.
I would really appreciate it, if someone could help me.
Hi @Marko_Luburic
I hope you are doing good and welcome to the Shopify Community!
I am Santanu from MS Web Designer (Top Rated Shopify Certified Experts and eCommerce Consultant from Singapore).
Can you pls share your store URL with me, so i can check it once in my device and find the exact solution.
Regards,
Santanu
Hello @Marko_Luburic
Its Artzen Technologies! We will be happy to help you today.
- Go to online store > theme > Edit code > Assets > base.css (file) and Paste the below code at bottom of the file → Save
.banner__content .banner__box .banner__buttons{
background-color: black !important;
}
.header .header__icons .cart-count-bubble{
color: white !important;
}
- After save the above code , it looks like this - see the below screenshots.
Let me know if need further assistance
Regards,
Artzen Technologies
Hi @Marko_Luburic
Thank you for sharing the URL. So, i have a solution for you to add a custom Css on your base.css file.
Please add this css in your bottom of the base.css file:
Go to online store > theme > Edit code > Assets > base.css
.header .header__icons .cart-count-bubble {color: #fff !important;}
.banner__content .banner__box .banner__buttons .button.button–secondary {background-color: #000 !important;}
Regards,
Santanu