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...
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...
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
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...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.