rvergara
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Themes and Templates
In reply to: [Shopay] Slider SHOPAYThank you
Forum: Themes and Templates
In reply to: [Shopay] size of the images in the storeThanks, I was able to make the changes
Forum: Themes and Templates
In reply to: [NSFW] [Shopay] button shop nowSorry, 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
Forum: Themes and Templates
In reply to: [NSFW] [Shopay] button shop nowhello I put the code in the CSS in style.css
it does not delete the buttonCan 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; }
Viewing 4 replies - 1 through 4 (of 4 total)