Customize the single listing page

Hello,
I’m trying to customize the Listing page from HivePress/Templates and I’m struggling a bit with Related Listings because I want to keep it on the page but seems like If I’m adding it like this

when no matches are found I’ll end up with this result https://i.imgur.com/nq2mTEE.png (title displaying)
With the default Listing page if no matches then section is not displayed at all (no content, no title). I’ll very much want to know If what I want is achievable and if it is how then?
Many thanks in advance.

Hi,
Unfortunately there’s no way to make this heading dependent on the next block rendering but we’ll try to fix this by including the heading to the block itself. If this is the last block on a page it may be possible to temporarily fix this with CSS, for example if you add some unique CSS class to this heading:

.related-listings-title:last-child {display:none}

Thank you so much for your reply. As a temporary fix your suggestion worked like magic.

1 Like

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