Hide name and date on requests page

Hey Team,

I hope you are well! :star2:

I wanted to know if there is a CSS snippet I can use to not display/hide the following in the requests page:

I don’t want the name and date to show here. I was wondering how we can hide this part…

Thank you!

Hi,

Please use this CSS snippet: How to add custom code snippets - HivePress Help Center :

.hp-template--requests-view-page .hp-listing__details {
	display: none;
}

Please note that it can require further customization.

​I hope this is helpful to you.

1 Like

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