No content to show
User Activity
Hi @vnshop2024 ,Perheps you want to achieve something like this?What I've tried here is to kind of float the header from it's position so that hero banner can take it's place. Then, I've added transparent background to the floating header.Issues:The ...
Sure. Please like my comments and mark this as accepted solution if you think my investigation helps you a bit.
Hi @MyCsPiTTa ,I've taken a look and inspected the footer of your website. From the look of it, I don't see any payment icon HTML element in the footer. My initial thought was that, somehow it got hidden by any CSS. But, it seems there is no payment ...
10-07-2024
Yes, you're right. You need to have shopify plus plan to make any kind of checkout customization (most of them actually) and I'm agree with you here that this is rather ridiculous to have any kind of tweak you need to pay for high end plan. Otherwise...
Hi @shimlee ,I've taken a look at your website and closely inspected the issue.You have added a new icon for cart that is okay. But, when someone adds something to the cart, to update the cart count the full icon is rendered again and replaced with t...
10-04-2024
If you're using shopify checkout, you can't access this from the theme code. The new checkout system needs you to make checkout extension app for every case. This is a very small task but you need to build an extension app for this.
10-04-2024
I can give you an idea of how it will work. Without accessing the codebase, I can't give you the exact code related solution.As you know, header portion is fixed to all the pages from Shopify's 'theme.liquid'. So, in that header menu, we can add a ht...
10-03-2024
Hi @SoarMusic, Can you please follow these steps? 1. Go to the 'Edit Code' Section.2. Find 'theme.liquid'.3. Search (ctrl+f) '.image-with-text__media-item' class.4. add 'transform: none' (like in the below screenshot). Then, it should look like this:...
10-03-2024
Shopify checkout is now detached from the shopify codebase and anything you want to add you have to do it using an app. In your case, you need to make a shopify chekcout UI extension for your purpose. Thanks.
10-03-2024
Can you trying adding this code instead of the previous one? Same position on the base.css please. The code is working but there is a precedence issue there. If you can go to the mobile, you can see that.header .header__icons .header__search,
header...
10-03-2024
Hi @inusan,Person icon is for customers to log in to their profile. But, we can hide both of them using CSS.Please follow the steps here:1. Go to 'Edit Code' from your theme.2. Go to 'base.css' 3. Add those Css to your file..header__search, .header__...
10-03-2024
@MaydayInternet You need to create a tab with HTML and CSS and put that on the header of the store. So that it will show on all the pages. Then, you just need to add URL schema to the header, so that clicking different portion of it will take you dif...
@makersquarter Great! So, can you make this post solved to my answer please? Thanks.
I'm a bit confused. Did you see my last reply? There you see that I've only added the white background to the 'KOLAB Concept Store' by removing the 'gradient' class from the section.I can give you a temporary solution though. 1. Go to 'Edit code' and...
Okay, then keep the `gradient` class on the body. But, when you don't need this class, you need to pick the section by yourself from the code and remove the `gradient` class from there. Like here, the section you mentioned has the `gradient` class. I...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
207 | 10-07-2024 10:45 AM | |
248 | 10-03-2024 08:51 AM | |
403 | 10-03-2024 06:57 AM |