Hi there.
Shopify Theme: Artisan 1.4.2
URL: www.TzufArtAndSoul.com
I need some serious help and was hoping someone here could help out.
I was editing my themes css file to try and fix an issue with ‘free shipping’ bar.
Apparently i made a big mistake, because the whole store doesnt look right anymore.
Note to self, dont fool around with css on your own when you dont understand what your doing
I really hope someone can help me fix this up as were just doing a campaign for our store.
Here are the lines in the themes css file which i may have edited, although im not sure if this is it or not.
perhaps someone who understands about it can see an obvious error im missing
It may have nothing to do with this tidbit from the css file.
{{ content_for_header }}
.slideshow { opacity: 1; }.product_gallery {
opacity: 1;
}
.mainBar__container.overflow–hidden {
overflow: visible;
}
.newsletter-popup.remodal {
display: none;
}
.fallbackImage {
max-width: 100%;
}
.noscript {
display: block;
}
img.lazyload[src*=“_100x”],
img.lazyload[src*=“_50x”] {
display: none;
}
.product_gallery_nav {
display: none;
}
{% render ‘shogun-head’ %}