[Resolved] Problem with "carrito"

Home Forums Support [Resolved] Problem with "carrito"

Home Forums Support Problem with "carrito"

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1016666
    carlos

    Hi,

    I have a problem with page “finalizar la compra” The icons appear very smalls and in button “finalizar compra” don´t appear the blue blackground as in page “realizar el pedido”

    https://www.dropbox.com/s/f3k6up9mvlbtrcs/123.png?dl=0

    #1016723
    David
    Staff
    Customer Support

    Hi there,

    you have this CSS which is overriding the button colors:

    a.button,
    .pt-cv-readmore {
        color: #000000 !important;
        background-color: #ffffff !important;
        border-width: 1px !important;
        border-color: #000000 !important;
    }

    To increase the size of the thumbnails try this:

    #add_payment_method table.cart img,
    .woocommerce-cart table.cart img,
    .woocommerce-checkout table.cart img {
        width: 64px;
    }
    #1016984
    carlos

    Thanks david,

    a.button,
    .pt-cv-readmore {
    color: #000000 !important;
    background-color: #ffffff !important;
    border-width: 1px !important;
    border-color: #000000 !important;
    }

    this function changes the backgrounds of all buttons in the web, I only want change the background in Button “finalizar compra”.

    https://sien.es/carrito/

    #1017018
    Leo
    Staff
    Customer Support

    The link you provided has maintenance mode on.

    Can you disable it so I can see?

    The button needs to have a specific class for us to target it.

    #1017032
    carlos

    Sorry Leo,

    it’s already resolved

    #1017105
    Leo
    Staff
    Customer Support

    Glad you’ve figured out 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.