No content to show
User Activity
I have tried all three methods (please check the screenshot)Stuck here Please assist if possible, thanks!
Greetings,I want to show my order metafield in the shipping confirmation email. It is returning me "gid://shopify/MediaImage/62707995771266", while I want to print the image. I am unable to find the url, tried all methods I could use. Metafield codes...
06-15-2023
You are welcome. You can add this CSS in the end of any .css file of the theme.In order to align titles and images, need to sync all CSS for all devices. If you want, I can assist you with custom solutions also.Happy Coding
06-15-2023
Hi @niels_127 Sure, it is possible by implementing proper CSS.For example:.card-image img {
height: 250px;
object-fit: cover;
}But in order to show all images properly. We have to assign proper sizes for all devices i.e. Desktop/Tablet/Mobile
06-15-2023
Hi @Metaphysicaluk It seems like youTube libraries are loading in the store. It can be due to any app (page builder) or theme codes.But it is very tricky to alter theme assets for optimizations (Making false changes can crash many store functionaliti...
09-27-2022
Hi @NARESH2 For this purpose: we have to code in the theme files and assign particular colors for each page.i.e.body.product_page{background-color:red}
09-26-2022
You are welcome @JanRae
09-26-2022
Hi @Harun2 Shopify is an online e-commerce platform that can be used to build online stores to sell products on websites or via social media. Now, it has different themes that can be used to design your store, which comes with many built-in features....
09-26-2022
Hi @JanRae To edit and customize Shopify, you need to first learn basics of HTML, CSS, and JavaScript.Then you need to learn the Theme structure (https://shopify.dev/themes/architecture) and specifically Liquid (a template language created by Shopify...