Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1180971

    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

    #1180990

    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

    #1181092

    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

    #1181103

    Hi,

    Could you please post username as well? :)

    Best regards,
    Yigit

    #1181188
    This reply has been marked as private.
    #1181233

    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

    #1181286

    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

    #1181296

    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

    #1181324

    Hi Yigit,

    Works fine.
    Thanks a lot! :)

    Cheers!
    Max

    #1181335

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How to make round images in product list to square?’ is closed to new replies.