First of all thanks for always answering on my crazy requests.
This time I wanted to ask if there is any php/css snippet that you can provide me with that limits name of characters on listing block.
For example
Someone makes listing with 30 characters but I just want to display 10 characters on block and on the end “…” and when you enter listing you see whole name regulary.
Sorry, there’s no simple code snippet for this, it would require a custom implementation. If customizations beyond the available features are required for your site, please consider hiring someone for custom work: Fiverr - Freelance Services Marketplace
Hi! Yes, add this CSS from the front-end editor into the “Additional CSS” field. .hp-listing.hp-listing--view-block.hp-listing--featured { background-color: #94f5ad; }
If you don’t like this, you can try this other option to make your featured listings more attractive. This add a dashed outline, just change it’s color.
I wont put more than three attributes on my listing block so I think this will be ok, and I want them do display one under another because it is more user friendly in my opinion
Sorry for the delay. It’s possible to change the listing layout to a list view instead of a grid, but this requires further CSS customizations. If you’re familiar with CSS, please check how the list layout is implemented in some of our themes (e.g. ExpertHive or JobHive) using the web inspector tool, this way, you can use the same or similar styles.