No content to show

User Activity

1º Delete top: 20px (base.css file line number 1209):2º Add this code in your section-image-banner.css file:.banner__box.content-container.content-container--full-width-mobile.color-scheme-d8453948-b8a0-4cd0-87c7-d6bb4d001362.gradient { transform: ...
No problem! After many attempts I found the solution. Updated Code:<style> /* Prevent horizontal scrolling on mobile devices */ @media (max-width: 767px) { body { overflow-x: hidden !important; } div#trustpilot-widget-trustbox-0...
Add this code in your theme.liquid file (Inside the <head> section):<style> /* Prevent horizontal scrolling on mobile devices */ @media (max-width: 767px) { body { overflow-x: hidden; } } </style> 
Add this code in your theme.css file:@media (max-width: 767px) { .text-with-icons__text-wrapper .prose p { text-align: left !important; } }Result:
Custom Liquid:  <div class="afterpay-banner"> <!-- Text --> <span class="afterpay-banner-text">Play Now. Pay Later.</span> <!-- Afterpay Logo --> <img src="https://businessgrowth.afterpay.com/rs/424-IAB-218/images/A...
Of course! <a href="{{ product.url | within: collection }}" class="grid-product__meta"> <span class="grid-product__title">{{ product.title }}</span> </a> <!-- Display "Sold Out" text if the product is unavailable --> {% unless product.available ...
You can try adding this code:{%- if product.metafields.custom.anbefalte_produkter.value != blank -%} <div class="related-products-wrapper"> {% assign related_products = product.metafields.custom.anbefalte_produkter.value %} {% if related_products...
Add this code in your base.css file:div#cart-notification { background-color: black; border: 1px solid white; }Before VS After:   
Add this code in your app.css file: .content-side-inner a.btn.small.pill.alt { color: white !important; background-color: #F7B11E !important; border-color: transparent !important; } .small-6 { max-width: 25% !important; } .products.row { ...
Add the following code below the product title:<!-- Show product price --> <div class="product-price"> {% if product.compare_at_price > product.price %} <span class="original-price"> <span>{{ product.compare_at_price | money }}</span> ...
To make the design change you're looking for, you'll need to adjust the position of the HTML containers within your store's code. If you allow me to request access, I can handle it without any issues.
Don't worry!Add !important to the style code so that it takes precedence over other CSS styles in the document.It should be resolved if you do that!.footer__content-top.page-width { border-top: 1px solid #00000036 !important; } 
In your custom.css file change the transition duration:(code line number: 1287).hidden-img:hover { opacity: 1; transition: opacity .15s ease-in-out 0s; }.15s --> .4s
Add this code in your base.css file:ul#Slider-template--16107583537391__featured_collection_EG6U6r { margin-top: 0px !important; }Result: 
Finally, I have managed to render the values (the content) of the entries (the fields) of a metaobject that is assigned in the metafield of a product.Here is the code I created: {% assign license = product.metafields.custom.tipo_de_licencia %} {% if ...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.