• Hello,

    Oddly any snippet to move the button or change anything doesn’t work, am i missing something ?

    Tried the following for exemple :

    woocommerce-cart table.cart tbody tr td a:not(.checkout-button), .woocommerce-checkout .checkout table tbody tr td a {
    color: #FFF;
    Margin-top: 20px;
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author David Jensen

    (@dkjensen)

    You should be able to target the button using the css class:

    .cart-pdf-button {}

    Try something like this to see if it changes the button background color to red:

    .cart-pdf-button {
    background: red !important;
    }

    You may need to be more specific with your styles if your theme is applying button styles, as the button also has the general class button which many themes style.

Viewing 1 replies (of 1 total)

The topic ‘Button styling / custom css’ is closed to new replies.