Title: Please help Restoring Button View
Last modified: June 10, 2020

---

# Please help Restoring Button View

 *  Resolved [Wasim Zadid](https://wordpress.org/support/users/zadid/)
 * (@zadid)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/please-help-restoring-button-view/)
 * Nice Plugin indeed… But, it messed with the regular “Add to Cart” button of Individual
   Product Page…
 * Here, you can see –
    1. Normal “Add to Cart” Button – [https://prnt.sc/suuuv3](https://prnt.sc/suuuv3)
 * 2. After Installing, Normal “Add to Cart” Button –
    [https://prnt.sc/suusi1](https://prnt.sc/suusi1)
 * The form seems to be attached on the “Add to Cart” button. Is there any way to
   make this as independent form; so that the “Add to Cart” button isn’t affected…?
 * Moreover, can you please help to make the width of this from to be the maximum.
   Dont want the Placeholder nor the Lebel to be hidden because of the width –
    
   [https://prnt.sc/suuvdc](https://prnt.sc/suuvdc)
 * Thanks in Advance…!
    -  This topic was modified 5 years, 12 months ago by [Wasim Zadid](https://wordpress.org/support/users/zadid/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fplease-help-restoring-button-view%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [ashin_acowebs](https://wordpress.org/support/users/ashinacowebs/)
 * (@ashinacowebs)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/please-help-restoring-button-view/#post-12990673)
 * Hi,
 * It seems there is some CSS conflict. But we can fix it only if we can enter into
   the page. It seems your website is under maintenance.
 * Thank you.
 *  Thread Starter [Wasim Zadid](https://wordpress.org/support/users/zadid/)
 * (@zadid)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/please-help-restoring-button-view/#post-12997468)
 * Hey There..!
    It’s Open now…
 * I created a dummy page for you –
    [https://curiouscraft.com.bd/shop/steam-wallet-codes-copy/](https://curiouscraft.com.bd/shop/steam-wallet-codes-copy/)
 *  Thread Starter [Wasim Zadid](https://wordpress.org/support/users/zadid/)
 * (@zadid)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/please-help-restoring-button-view/#post-13001321)
 * I did reset the Permalinks…
 * Please check the problem from the links given below –
    [https://curiouscraft.com.bd/product/test](https://curiouscraft.com.bd/product/test)
   [https://curiouscraft.com.bd/product/test-without-form](https://curiouscraft.com.bd/product/test-without-form)
 *  [ashin_acowebs](https://wordpress.org/support/users/ashinacowebs/)
 * (@ashinacowebs)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/please-help-restoring-button-view/#post-13008509)
 * Hi,
 * Please add the below CSS code to Additional CSS.
    Path: Appearance -> Customize-
   > Additional CSS.
 *     ```
       .wcpa_has_options form.cart {
           background: none !important;
       }
   
       .wcpa_has_options button.single_add_to_cart_button.button.alt {
           background: linear-gradient(90deg, #c467f5, #53f3ff) !important;
       }
       ```
   
 *  Thread Starter [Wasim Zadid](https://wordpress.org/support/users/zadid/)
 * (@zadid)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/please-help-restoring-button-view/#post-13011376)
 * Thanks for your Instruction… It seems, it worked on the Cart Button with Table…
   
   But, however, it did not do any change to Cart Button of the product, which didn’t
   have the form…
 * With Form(now)-
    [https://prnt.sc/t30ues](https://prnt.sc/t30ues)
 * Without Form –
    [https://prnt.sc/t30vc3](https://prnt.sc/t30vc3)
 * Please Note, my Normal Add to Cart button looks like(when your Plugin is deactivated)-
   
   [https://prnt.sc/t30ws4](https://prnt.sc/t30ws4) Can you please help me make 
   the button look exactly like this..?
 * Thanks in advance..!
 *  [ashin_acowebs](https://wordpress.org/support/users/ashinacowebs/)
 * (@ashinacowebs)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/please-help-restoring-button-view/#post-13075524)
 * Use this code
 *     ```
       button.single_add_to_cart_button.button.alt {
           position:absolute;
           top:6px;
           right:10px;
       }
   
       form.cart {
          position:relative;
          height:55px;
          background: linear-gradient(90deg, #c467f5, #53f3ff);
          width:50%;
       }
   
       .quantity {
           position:absolute;
           bottom:20px;
       }
       ```
   
 * Thank you.
 *  Thread Starter [Wasim Zadid](https://wordpress.org/support/users/zadid/)
 * (@zadid)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/please-help-restoring-button-view/#post-13078654)
 * Thank you very much for your time…
 * The last code you sent, Caused the Cart for the “TEST without Form” product look
   completely Normal..
    But, it messed up the product with Form and all other Products
   as well… :D…
 * I guess, it’s harder to make it perfect..
    Anyway, No Worries, Thanks for your
   Support…!

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

The topic ‘Please help Restoring Button View’ is closed to new replies.

 * ![](https://ps.w.org/woo-custom-product-addons/assets/icon-256x256.gif?rev=3328656)
 * [Product Addons for Woocommerce - Product Options with Custom Fields](https://wordpress.org/plugins/woo-custom-product-addons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-custom-product-addons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-custom-product-addons/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-custom-product-addons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-custom-product-addons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-custom-product-addons/reviews/)

## Tags

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

 * 7 replies
 * 2 participants
 * Last reply from: [Wasim Zadid](https://wordpress.org/support/users/zadid/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/please-help-restoring-button-view/#post-13078654)
 * Status: resolved