Title: Remove the quick view button completely
Last modified: May 2, 2022

---

# Remove the quick view button completely

 *  Resolved [wikashbehari](https://wordpress.org/support/users/wikashbehari/)
 * (@wikashbehari)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/remove-the-quick-view-button-completely/)
 * Hi,
 * How can I remove the quick view button completely. NO, I am not looking for display:
   none. Since this will not display the button but will still show a narrow column(
   on hover on).
    I disabled hover on on this website to not show the effect.
 * And how can I change the position and the size of the action button!, I was able
   to do some fine tuning , but some buttons are in the middle some not.
 * Regards,
 * Wiki
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-the-quick-view-button-completely%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [HT Plugins](https://wordpress.org/support/users/htplugins/)
 * (@htplugins)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/remove-the-quick-view-button-completely/#post-15614962)
 * Hello [@wikashbehari](https://wordpress.org/support/users/wikashbehari/),
 * Can you kindly tell us for which addon you are referring to this? If you tell
   us more about the specific addon, it’ll be easier for us to understand. Some 
   screenshots will be great!
 * Thank you!
 *  Thread Starter [wikashbehari](https://wordpress.org/support/users/wikashbehari/)
 * (@wikashbehari)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/remove-the-quick-view-button-completely/#post-15619606)
 * Hi,
 * Thanks for you reply.
    I am using Woolentor plugin (addon?) within my WordPress
   website. Somehow I am not able to post screenshots here..:)
 * Will try to explain with text:
    For my homepage starcosmetics.nl I want product
   slider based on category. Woolentor is providing in it’s free version. The slider
   work, but the action button (“Buy Now” => in Dutch “Kopen”) needs to be in the
   center and somewhat bigger (padding/margin).
 * Within Woolentor the element “Universal Product Layout” provides the product 
   slider. I used that. And I want the action button at the bottom, so I choose 
   the “Position” => “Content Bottom”. The standaar position is at the bottom, but
   left allign. I want it in the center. And I also want the button bigger (vertically
   and horizontilly). PS for all devices
 * I managed to get it in the middle for desktop but on mobile it is not in the 
   middle. I did it with CSS.
 *     ```
       @media screen and (min-width: 800px) {
       .ht-product-action {
        margin-left: 31%
       }
       }
   
       @media screen and (min-width: 480px) and (max-width: 760px){
       .ht-product-action {
        margin-left:20%
       }
       }
   
       @media screen and (min-width: 20px) and (max-width: 480px) {
       .ht-product-action {
        margin-left:30%
       }
       }
       .ht-products .ht-product .ht-product-inner .ht-product-action ul li a.woolentorquickview {
       display: none;
       }
       ```
   
 * Can you maybe check my website and give me some idea?
 * The CSS solution is very ugly in my opinion. Is there maybe a simpler option 
   to use Woolentor and maybe another plugin for the action button?
 * Sorry can not post images here..
 *  Thread Starter [wikashbehari](https://wordpress.org/support/users/wikashbehari/)
 * (@wikashbehari)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/remove-the-quick-view-button-completely/#post-15619613)
 * ps. I also using padding and marging. Till some point it worked, but providing
   bigger value for these two doesn’t change the action button
 *  Plugin Contributor [HT Plugins](https://wordpress.org/support/users/htplugins/)
 * (@htplugins)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/remove-the-quick-view-button-completely/#post-15623807)
 * Hello [@wikashbehari](https://wordpress.org/support/users/wikashbehari/),
 * Thank you very much for reaching out to us.
 * Sorry to hear about the inconvenience you had.
    You can manage button height 
   from here: [https://tppr.me/4dCMM](https://tppr.me/4dCMM) If you unable to fix
   the issue, you can contact our support team at [https://woolentor.com/contact/](https://woolentor.com/contact/)
 * We’ll definitely assist you with this.
 * Best regards,
    HT Plugins

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

The topic ‘Remove the quick view button completely’ is closed to new replies.

 * ![](https://ps.w.org/woolentor-addons/assets/icon-256x256.png?rev=3011160)
 * [ShopLentor – All-in-One WooCommerce Growth & Store Enhancement Plugin](https://wordpress.org/plugins/woolentor-addons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woolentor-addons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woolentor-addons/)
 * [Active Topics](https://wordpress.org/support/plugin/woolentor-addons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woolentor-addons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woolentor-addons/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [HT Plugins](https://wordpress.org/support/users/htplugins/)
 * Last activity: [4 years, 1 month ago](https://wordpress.org/support/topic/remove-the-quick-view-button-completely/#post-15623807)
 * Status: resolved