Title: Button styling / custom css
Last modified: January 21, 2025

---

# Button styling / custom css

 *  [knaial](https://wordpress.org/support/users/knaial/)
 * (@knaial)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/button-styling-custom-css/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbutton-styling-custom-css%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [David Jensen](https://wordpress.org/support/users/dkjensen/)
 * (@dkjensen)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/button-styling-custom-css/#post-18258924)
 * You should be able to target the button using the css class:
 *     ```wp-block-code
       .cart-pdf-button {}
       ```
   
 * Try something like this to see if it changes the button background color to red:
 *     ```wp-block-code
       .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.

 * ![](https://ps.w.org/wc-cart-pdf/assets/icon-256x256.png?rev=3339735)
 * [Cart PDF for WooCommerce](https://wordpress.org/plugins/wc-cart-pdf/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wc-cart-pdf/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wc-cart-pdf/)
 * [Active Topics](https://wordpress.org/support/plugin/wc-cart-pdf/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wc-cart-pdf/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wc-cart-pdf/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [David Jensen](https://wordpress.org/support/users/dkjensen/)
 * Last activity: [1 year, 4 months ago](https://wordpress.org/support/topic/button-styling-custom-css/#post-18258924)
 * Status: not resolved