Remove the date from listing edit block

How can I remove the date from listing and replace it with a custom attribute called “social_id” on my account page?

Hi,

Please try to use this CSS snippet to remove the date (How to add custom code snippets - HivePress Help Center):

.hp-listing--edit-block .hp-listing__created-date {
	display:none;
}

To add your custom attribute, it will require advanced customization.

If customizations are required for your site, please try customizing it using the collection of code snippets Search · user:hivepress · GitHub and other developer resources, or consider hiring someone for custom work https://fvrr.co/32e7LvY

Yes, I know that, but what I need is to replace the date with a custom attribute.

Hi,

To replace the date with a custom attribute, it will require advanced customization.

If customizations are required for your site, please try customizing it using the collection of code snippets Search · user:hivepress · GitHub and other developer resources, or consider hiring someone for custom work https://fvrr.co/32e7LvY

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