Hi guys,
how can i change the round image of the product list to a square image?
Have already searched vainly in the forum and tried it by my own.
I already found out how to change the size and hide the price in quick CSS with:
.av-catalogue-price { display: none !important; }
.av-catalogue-list img {
width: 50px !important;}
But this one seems not that easy..
Thanks in advance!
Best regards,
Max
Hey Max,
Thanks for contacting us!
Could you please post a link to your page and point out the images so we can make sure to provide you an accurate solution? :)
Regards,
Yigit
Hey Yigit,
Sure :)
Please have a look at the main page at the top on the right side.
The product list under -Most Popular-
Also if you visit any product. You will see the round images on the side preview links where you can switch directly to next product.
Thanks in advance!
Regards,
Max
Hi,
I added following code to bottom of Quick CSS field
.avia-post-nav .entry-image img {
border-radius: 0;
}
Please review your website :)
Best regards,
Yigit
Hi Yigit,
Works great on the side preview links directly in the product pages :)
Is it possible to get this effect also on the product list at the main page?
(Cleared the cache already and also gave it a hard refresh) still round ..
Thanks in advance,
Max
Hi Max,
I changed the code to following one
.av-catalogue-image, .avia-post-nav .entry-image img {
border-radius: 0;
}
Please review your website :)
Cheers!
Yigit
Hi Yigit,
Works fine.
Thanks a lot! :)
Cheers!
Max
Hi,
You are welcome, glad we could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit