No content to show
User Activity
Hi @tiagovhp,You are on the right path, although since there is a difference between the 2 menus (desktop / mobile). You'll need to add a CSS code for mobile it to work #NavDrawer a[href="/collections/2-for-1"] {
color: #ff7f7f !important;
font-...
11-10-2022
Hi @corycoriander I reviewed this dress and it seems that there might be an error of configuration of the modal-dialog pop-up. Since there is no data loading.If you need any help please let me know.
Hi @BeWater ,The change you are in need, isn't a simple Shopify configuration.There are a few ways of implementing it.The solution I provided that will need to be done para someone who knows how to code.Install and pay for monthly support from an app...
11-10-2022
Hi @stinem123 ,I would go to the collection page configuration and evaluate the {{ collection.description }} if it has some data on it. Something like:{% if collection.description == '' %}
{% stylesheet %}
#MainContent { padding-top: 0; margin-top: -...
11-10-2022
Hey @karen_jackson It's a easy update, you need to open your footer.liquid file in the sections folder.Here is the github file reference And around line 328 after the loop of the payment types, you should add another:<li class="list-payment__item">
...
Hi @BeWater ,I know it could be stressful, if you want some professional help I could do it for you.My email is on my profile, send me a message and we can discuss the minors of it.BestAlex
First you can tag your bundles with something like "bundle-product", then create a copy of your collection page and update the filtering of the items to not display if product bundle contains "bundle-product" on the forloop.Somthing like this.{% for ...