Hi, Can anyone help me with this problem? I accidentally broke the codes and now, all the banners’ text is just placed below the image, (It is an overlay text originally) I tried finding the mistake but can’t seem to find it. Also, the theme is an original one so it is really unique and different. Can you help me?
Here is the shopify link: https://info-137.myshopify.com/
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.css and paste this at the bottom of the file:
div#shopify-section-1587237174830 .slick-slide {
position: relative;
}
div#shopify-section-1587237174830 .slick-slide .box-content {
position: absolute;
top: 50%;
left: 50px;
}
Hi thank you so much, it worked! But I found out that the other banners was also broken and other pages too. Can you take a look at this too? there are errors in the product page. I don’t know if the error was from broken liquid/js/html/css. Can you please help me find solution with this?