if its value blank i dont want display blank hp-listing__attribute
Hi,
Yes, unfortunately, there is an issue that a container without attributes is displayed, but we will fix it in the next updates. The easiest option is to hide this container with CSS or try the Yellow Pencil plugin.
Could you please provide a CSS code snippet to get rid of the blank container when there’s no attributes? Thank you!
Hi,
Please use this CSS snippet:
.hp-template--listing-view-page .hp-listing__topbar {
display: none;
}
Please note that it can require further customization.
I believe this will be useful to you.
@media I’ve found a way to fix this that worked for me, try this:
.hp-block.hp-listing__attributes.hp-listing__attributes--primary.widget.hp-widget:empty {
display: none !important;
}
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.