XF 2.2 Hiding elements from a created "Page"

Scratched

Member
Hi,

How can I hide these highlighted elements from my created "Page"?
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.

Thank you.
 
If anyone has the same question in the future, you will want to do the following:

<xf:css>
.p-description { display:none; }
.bookmarkLink.button { display:none; }
</xf:css>

Add this above your HTML.
 
Top Bottom