No content to show
User Activity
I have a Shopify discount function which adds Automatic discount to Specific product or collection. I am trying to display Discounts on product page via Theme Extention. My discount function is working fine, which adds discounts. After adding discoun...
01-30-2025
Hi @Shashank-617 APP: Bundler - Product Bundles:Features:Custom product bundles with discounts.Simple setup and easy-to-use interface.Auto-sync with individual product inventory.Best For: Basic product bundling with discount offers.Perfect for straig...
Hi @BonFeet 1. Go to Online Store -> Theme -> Edit code.2. Open your theme.css / based.css file and paste the code in the bottom of the file. .content-for-layout.focus-none {
background: #ffff !important;
} If my reply is helpful, kindly click li...
Tell me which pages are pink?
Hi @dnste , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
Hi @marceloldenburg 1. Go to Online Store -> Theme -> Edit code.2. Open your theme.css / based.css file and paste the code in the bottom of the file. @media(max-width:768px){
.wrapper-body {
padding: 0 1.5rem !important;
}
} Result: If my reply...
01-24-2025
@NikosBat 1. Go to Online Store -> Theme -> Edit code.2. Open your theme.liquid file3. In theme.liquid, paste the below code before </head><style>
@media(max-width:989px){
.cstm-slider.video-slider-block.customer-video > ul.slick-dots {
display: ...
01-24-2025
@media (min-width: 768px) {
.slideshow-height--large {
height: 43rem !important;
width: 50% !important;
}
}
01-24-2025
Hi @lavly 1. Go to Online Store -> Theme -> Edit code.2. Open your theme.css / based.css file and paste the code in the bottom of the file. slideshow-component.swiper.slideshow-wrapper.slideshow-layout--standard.slideshow-height--large.slideshow-cont...
01-23-2025
@kayodekevin 1. Go to Online Store -> Theme -> Edit code.2. Open your theme.liquid file3. In theme.liquid, paste the below code before </head><style>
@media(min-width:750px){
.footer__content-top.page-width {
display: flex !important;
align-i...
01-23-2025
@kayodekevin 1. Go to Online Store -> Theme -> Edit code.2. Open your theme.css / based.css file and paste the code in the bottom of the file. @media(min-width:750px){
.footer__content-top.page-width {
display: flex;
align-items: flex-start;
...
Hi @MAEBEAUTYSHOP 1. Go to Online Store -> Theme -> Edit code.2. Open your theme.css / based.css file and paste the code in the bottom of the file..section-template--24486990086479__featured_collection_VQEtFA-padding .price span.price-item.price-item...
@deep_wrinkle Your announcement bar on the homepage is still black.
01-23-2025
Hi @kayodekevin 1. Go to Online Store -> Theme -> Edit code.2. Open your theme.css / based.css file and paste the code in the bottom of the file.@media screen and (min-width: 750px) {
.newsletter-form {
align-items: unset !important;
...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
182 | 01-23-2025 09:49 AM | |
238 | 01-22-2025 03:26 AM | |
207 | 01-21-2025 09:02 AM | |
172 | 01-21-2025 08:29 AM | |
151 | 01-21-2025 06:59 AM |