Remove vendor publication date

Hello,

I’m attaching a screenshot of what my Listing Page currently looks like with the Display vendors on the front-end checked under HivePress>Vendors.

Is there a way to further customize how a vendor (or in my case a poster) shows up when they make post?

I was thinking of just making it a link under the posting. And can the part where it says “Member since …” be removed?

Currently, the square on the right is just too big, and so wanting to make it more subtle if that makes sense. As an admin for the site. I still want everyone to see who made the post, regardless of what they fill out in the Posting Fields. For example, if I have a name field (First name, Last Name) that I want my posters to put on their listings, if they put a name other than themselves, I want to be able to see them visible as the poster. Hope that makes sense.

Hi,

Yes, you can customize it, but note that it will require CSS tweaks. For example, you can remove the date using this CSS snippet:


.hp-template--listing-view-page .hp-vendor__registered-date {
	display:none;
}

​I hope this is helpful to you.

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