No content to show
User Activity
Hi again, Please update this part:.drawer {
background: transparent;
transition: background .6s ease-in-out;
} To this:.drawer {
background: transparent;
transition: .6s ease-in-out;
} That should resolve that issue. Thanks,Futuremerc...
Hey @Aihaam Please follow these steps:1) Go to Online Store2) Click edit code3) Find your theme.liquid file4) Add the following code in the bottom of the file above </body> tag <style>
.drawer {
background: transparent;
transition: backgroun...
08-23-2024
Hi @larsvilhelmsson Please follow these steps:1) Go to Online Store2) Click edit code3) Find your theme.liquid file4) Add the following code in the bottom of the file above </body> tag <style>
[value="manual"], [value="manual"] + label,
[value="best...
Hi @TrendBlend Please follow these steps:1) Go to Online Store2) Click edit code3) Find your theme.liquid file4) Add the following code in the bottom of the file above </body> tag <style>
.card__media {
width: 100%;
}
</style> This should resolv...
07-28-2024
Hi @tmaciejewski Please follow these steps:1) Go to Online Store2) Click edit code3) Find your theme.liquid file4) Add the following code in the bottom of the file above </body> tag <style>
product-card.grid-view-item {
height: 100%;
displa...
Hey @tigrisjewelryco Please follow these steps:1) Go to Online Store2) Edit Code3) Find theme.liquid file4) Add the following code in the bottom of the file above </body> tag <style>
scroll-carousel.collection-list .collection-card:not(:first-of-typ...
Hello Adhi, Add the following custom CSS to remove that gap:.card__media.shape--round {
clip-path: ellipse(50% 50% at 50% 50%);
} Kind Regards,Blake
Update the code to this: <style> body { color: #fff; }</style> This will update the text on all pages not just policy pages. Hope this helps!
Hi there, Add the following code to your theme.liquid file just before the </body> tag to solve that issue. <style> .shopify-policy__title, .shopify-policy__body { color: #fff !important; }</style> This will change the color of the text to white...
Hi there, Add the following code to your theme.liquid file just before the </body> tag to solve that issue. <style> .section-footer__lower-menu { display: none; }</style> Thanks,Blake
04-21-2024
Hi there, The product price can be found in the main-product.liquid file by searching for "price". The add to cart button can be found in the buy-buttons.liquid file. Hope this helps Kind Regards,Blake @ Futuremerce
Hi there, Add the following code to your theme.liquid file just before the </body> tag to solve that issue. <style>@media screen and (max-width: 989px) { .multicolumn .center.small-hide.medium-hide { display: block !important; } .multicolumn .t...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
192 | 08-10-2024 05:57 AM | |
672 | 07-28-2024 08:42 PM | |
181 | 07-25-2024 09:01 PM | |
234 | 05-20-2024 01:14 AM | |
360 | 05-18-2024 07:18 AM |