Home Forums Basel support forum Eliminate button

Eliminate button

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #45358

    sanchitis
    Participant

    Hi,

    How I can eliminate this button,

    Thankkss

    Attachments:
    You must be logged in to view attached files.
    #45425

    Anonymous
    Inactive

    Hello,

    You can try to disable your “ver carrito” button by adding the following css snippet. Please go to Theme settings->Custom CSS and paste the code below

    .woocommerce-mini-cart__buttons .btn-cart {
      display:none;
    }

    Regards

    #45603

    sanchitis
    Participant

    Thank you

    One more thing, I want to change the color of this button, but if I change the color in theme setting -> Styles and colors, I change others button colors and I only want to change this button in the “realizar-pedido” page.

    Regards

    Attachments:
    You must be logged in to view attached files.
    #45619

    Anonymous
    Inactive

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings

    button#place_order {
      background-color: #bdbdbd;
    }

    Replace #bdbdbd with your own color.

    Best Regards

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