Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @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

    (@rvergara)

    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

    (@rvergara)

    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

    (@mysterythemes)

    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.