How do I hide location in Listing block

How do I hide location in Listing block

Hey,

I’m not HivePress staff, but this worked for me:

Appearance > Customise > Additional CSS

Add this:

.hp-listing--view-block .hp-listing__location {
    display: none;
}

:victory_hand:

1 Like

Thank you

1 Like

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