How to change listing image size

First thing, regardless of the size of image added in listing - it should be resized to a specific size like 200 x 200 - I did it through CSS
.hp-listing__image img { width: 300px !important; height: 300px !important; }
If there is any other good way let me know pls.

Second thing, In the listing page, in each listing how to remove the categories? For understanding purpose i have the image below and circled it with red line

Third thing, all the listings in the listing page should be of the same size. Over flow of words can be hidden, so I can achieve a uniform grid pattern in the listing page.

Thanks for your patience to read and respond.

Hi,

  1. Please check this doc How to customize the image sizes - HivePress Help Center

  2. Please use this CSS snippet Hide the category links for listings #hivepress #listing-categories · GitHub
    How to add custom code snippets - HivePress Help Center

  3. You can hide some words in your listings to change their height. But please note that unfortunately there is no simple solution to limit the height of the block, it changes depending on the content you fill in.

Thank you for response, it worked

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.