How I can change the color of the circle of the cart in mobile.
-
Hi, I want to know how I can change the color of the circle that appears when you add something to the cart, I want to change to red color.
Thank you very much
I upload a image of my issue.
Attachments:
You must be
logged in to view attached files.
Hello,
Your site does not work now.
As soon as it works let us know so that we could provide custom CSS.
Best Regards
Hi, its working.
I only made a mistake on the page.
is : http://www.arenaysand.com.mx
Hi, I want to know how I can change the color of the circle that appears when you add something to the cart, I want to change to red color.
Thank you very much
I upload a image of my issue.
Hello,
Try this code:
.right-column .shopping-cart.basel-cart-design-1>a .basel-cart-number{
background-color: red;
}
If it does not work, please provide site admin access.
Best Regards
hi, works great, another question, I want to change also the color of the number that is inside the circle for black color (on mobile), how I can change it?
thanks
Hello,
Change “red” for the color you need and replace the code provided above with this one:
.right-column .shopping-cart.basel-cart-design-1>a .basel-cart-number{
background-color: red;
color:#000000;
}
Best Regards
yes, but I mean the color of the number that appears inside the circle, not the circle.
i want to change the color of the number that appears inside this circle.
example, I already have my circle background in red, I want that the number that appears inside this circle, appears in black color.
thanks
Hello,
Now the number is dark that is why when you set #000000 you do not see the difference. http://prntscr.com/ljgh3k
Just for testing try yellow and red: http://prntscr.com/ljghgx
If the code does not work please provide your site admin access.
Best Regards