Title: <abbr title="Not Safe For Work / Mature content">[NSFW]</abbr> css in my button
Last modified: June 2, 2022

---

# [NSFW] css in my button

 *  Resolved [philippecorni](https://wordpress.org/support/users/philippecorni/)
 * (@philippecorni)
 * [4 years ago](https://wordpress.org/support/topic/css-in-my-button/)
 * hello I would just like to add some css code for the submit button with a padding
   of 7 px. but impossible to place my code could you help me please thank you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-in-my-button%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [MultiVendorX](https://wordpress.org/support/users/wcmp/)
 * (@wcmp)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/css-in-my-button/#post-15783058)
 * [@philippecorni](https://wordpress.org/support/users/philippecorni/), our team
   is looking into this. Kindly provide them some time.
 *  [abhirup23](https://wordpress.org/support/users/abhirup23/)
 * (@abhirup23)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/css-in-my-button/#post-15785149)
 * Hi,
    If you want to change this button (see image) Image – [https://prnt.sc/8HVghkffRIp-](https://prnt.sc/8HVghkffRIp-)
 * then use below code to your active theme function.php
 *     ```
       add_action('wp_head', 'custom_css');
       function custom_css() { ?>
           <style type="text/css">
               button.stock_alert_button {
                   padding: 7px;
               }
           </style>
       <?php
       }
       ```
   
 * regards,

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[NSFW] css in my button’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-product-stock-alert/assets/icon-256x256.gif?
   rev=3323952)
 * [Notifima – WooCommerce Stock Manager, Inventory Management, Waitlist](https://wordpress.org/plugins/woocommerce-product-stock-alert/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-product-stock-alert/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-product-stock-alert/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-product-stock-alert/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-product-stock-alert/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-product-stock-alert/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 2 replies
 * 2 participants
 * Last reply from: [abhirup23](https://wordpress.org/support/users/abhirup23/)
 * Last activity: [3 years, 11 months ago](https://wordpress.org/support/topic/css-in-my-button/#post-15785149)
 * Status: resolved