Ahsan_ANC
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎03-12-2024 02:43 PM
Topic Started
0
Topics Started
Topic Solutions
246
Solutions
Post Count
1362
Posts
Post Kudos
310
Likes

Bio: Develop with custom code

Community Badges

No content to show

User Activity

add this for subheadings  .banner__text:not(:first-child) { margin-top: 0; }  
Hi @Dabou in the image-banner.liquid file find the blocks settings and inside that increase the limit for heading and  text blocks, currently it is set to one by default, just change that to 2 or 3 as per your need.  then you can add headings and tex...
Hi @milkandcookies you have this code at the very bottom of theme.liquid file   replace it with this codedocument.querySelectorAll(".drawer").forEach((elStaticParent) => { elStaticParent.addEventListener("click", (evt) => { const elDynamic = ev...
Hi @Eva_Helmeth to reduce the space for one section you can go to that section in customizer and add this css in custom css box.h3.heading.h3 { margin-top: 0; } to reduce for all image with text sections add this css at the bottom of theme.css fi...
Hi @hphillips80 please go to main theme css file named something like main.build min css and find the following container class and chaneg 1350px to 80% 
add this at the bottom of theme.css file  .mini-cart__drawer-footer #loader-button, .cart__recap #loader-button, [href$=checkout]:not(.csapps-ignore,.aiod_cart_loaded) { opacity: 1 !important; visibility: visible !important; } 
Please share your store URL.
Hi @DaGeneral you can wrapped you code within this if condition, it will show only is user is not logged in{% if customer.id == null %} Your login link here {% endif %}
Hi @ebo8302 your uploaded fonts will not appear in customizer font selector your will need to do it manually in CSS, please share all the steps you followed to add font.
Yes you can use brand identity as per your design, just follow this.
Hi @23ppatel  the image that is currently being used is a portrait image. please share the code of the slideshow liquid file i will create two options to select different images for mobile and desktop.
Hi @Anandkerai11 You can try this code1. Go to Online Store-> Theme->Edit code2. Asset-> theme.css ->paste the below code at the bottom of the file. .product-single__form .add-to-cart { display:none !important; }  
Hi @Akshay_solanki go to theme editor and search for card-product file in snippets folder and replace the code highlighted in below screenshot with new code   {% assign variant = card_product.selected_or_first_available_variant %} {% assign savin...
try this code @media screen and (max-width: 748px){ .collection-list.grid--2-col-tablet-down .grid__item { width: calc(33% - var(--grid-mobile-horizontal-spacing) / 3) !important; }}
Hi @M___  it cannot be achieved with default settings, you will need the custom tabs section 
This widget could not be displayed.
This widget could not be displayed.