Home Forums Basel support forum How I can change the color of the circle of the cart in mobile.

How I can change the color of the circle of the cart in mobile.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #89518

    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.
    #89543

    Hello,

    Your site does not work now.

    As soon as it works let us know so that we could provide custom CSS.

    Best Regards

    #89905

    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.

    #89921

    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

    #89941

    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

    #89964

    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

    #89990

    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

    #90016

    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

Viewing 8 posts - 1 through 8 (of 8 total)