Title: <abbr title="Not Safe For Work / Mature content">[NSFW]</abbr> button shop now
Last modified: April 25, 2021

---

# [NSFW] button shop now

 *  Resolved [rvergara](https://wordpress.org/support/users/rvergara/)
 * (@rvergara)
 * [5 years ago](https://wordpress.org/support/topic/button-shop-now/)
 * Hello greetings, see how I can remove the shop now button from the jail or all
   the slider

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

 *  Theme Author [Mystery Themes](https://wordpress.org/support/users/mysterythemes/)
 * (@mysterythemes)
 * [5 years ago](https://wordpress.org/support/topic/button-shop-now/#post-14363713)
 * Hello [@rvergara](https://wordpress.org/support/users/rvergara/)
 * You can use the following code in additional CSS box to hide the button in slider:
 *     ```
       .main-slider-section .product-btn {
       	display: none;
       }
       ```
   
 * Thanks 🙂
 *  Thread Starter [rvergara](https://wordpress.org/support/users/rvergara/)
 * (@rvergara)
 * [5 years ago](https://wordpress.org/support/topic/button-shop-now/#post-14367771)
 * hello I put the code in the CSS in style.css
    it does not delete the button
 * Can you tell me where to put the code?
 * .main-slider-section .product-btn {
    display: none; }
 * Or am I wrong where I put it
    Thanks 🙂
 *     ```
       /*---------------------------------------------------------------------------
       slider css
       -------------------------------------------------------------------------------*/
       .shopay_slider {
         margin-bottom: 50px;
       }
   
       .main-slider-section {
         width: 75%;
         float: right;
       }
   
       .no-cat-menu .main-slider-section {
         width: 100%;
         float: none;
       }
   
       .single-slide {
         position: relative;
       }
   
       .slide-content-wrap {
         width: 60%;
         padding: 10px;
         position: absolute;
         top: 0;
         left: 0;
         height: 100%;
         display: table;
       }
   
       .slider-content {
         display: table-cell;
         vertical-align: middle;
         padding: 30px;
         padding-left: 50px;
         color: #333;
         font-size: 20px;
       }
   
       .slider-content .product-title {
         text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
         font-size: 44px;
         line-height: 1.3;
         text-transform: uppercase;
         font-weight: 900;
         margin-bottom: 20px;
       }
   
       .mainSlider {
         margin-bottom: 40px;
       }
   
       .product-btn {
         margin-top: 30px;
       }
   
       .product-btn a {
         background: #ec521e;
         color: #fff;
         font-size: 17px;
         padding: 8px 18px;
       }
   
       .product-btn a:hover {
         color: #fff !important;
       }
   
       .mainSlider .product-btn a {
         color: #fff;
       }
   
       .main-slider-section .product-btn {
       	display: none;
       }
   
       .main-slider-section .lSSlideOuter .lSPager.lSpg {
         margin-top: -80px !important;
         margin-bottom: 50px;
       }
       ```
   
 *  Thread Starter [rvergara](https://wordpress.org/support/users/rvergara/)
 * (@rvergara)
 * [5 years ago](https://wordpress.org/support/topic/button-shop-now/#post-14367955)
 * Sorry, but after I understood what you told me, I was able to make the change.
 * Appearance – Customize – Additional CSS you can put
 * .main-slider-section .product-btn {
    display: none; }
 * Thanks for everything
 *  Theme Author [Mystery Themes](https://wordpress.org/support/users/mysterythemes/)
 * (@mysterythemes)
 * [5 years ago](https://wordpress.org/support/topic/button-shop-now/#post-14368312)
 * Great to hear that issue was solved.

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

The topic ‘[NSFW] button shop now’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/shopay/1.2.6/screenshot.png)
 * Shopay
 * [Support Threads](https://wordpress.org/support/theme/shopay/)
 * [Active Topics](https://wordpress.org/support/theme/shopay/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/shopay/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/shopay/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Mystery Themes](https://wordpress.org/support/users/mysterythemes/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/button-shop-now/#post-14368312)
 * Status: resolved