No content to show
User Activity
Thanks, it worked.
Hello, when typing into text boxes like newsletter subscription or search bar, it displays a different font than my theme font.Does anyone have a solution to this? Store URL: polariced.com
@KetanKumar Hello,I sent you my store URL and password per pm.
Hello,the images of the products in the collection lists lose quality and the thumbnails of the images on the product page are also low quality. Can anyone help me with that?I will pm you the store link. Thanks in advance.
02-24-2022
Thank you, it worked!
02-23-2022
You can create a template for every single product so they are different.
Hello,
I'd like to increase the size of the footer image.
I tried adding this to base.css but the resolution suffered from it:
.footer-block__details-content.footer-block-image img{
max-width: min(100%, 400px) !important;
width: 400px;
}
...