• Hi everyone, how can I delete the product images from the list?
    I would like the products sorted by price and not alphabetically, what can I do?
    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Kshirod Patel

    (@kshirod-patel)

    Hello,

    If you want to remove the product images then you can use your css to hide them.

    For product sorting by price how you want to sort them? I mean price be asc or desc order?

    Thread Starter petramuscillo

    (@petramuscillo)

    Hello,
    Thank you for your reply. I would like sorted the products by asc price.
    Yours sincerely,
    PM

    @kshirod-patel I have tried using this in the additional CSS section to remove item images, but there is still a gap in the items where the image would be. Any tips?

    edit: the code below resolved. Leaving this in case it helps anyone.

    .rpress-thumbnail-holder {
    display:none;
    }

    • This reply was modified 4 years, 11 months ago by millsdmb.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘menu restaurant and img’ is closed to new replies.