S Scratched Member Jan 30, 2023 #1 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. Accept third party cookies https://imgur.com/Y3rBabo Thank you.
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. Accept third party cookies https://imgur.com/Y3rBabo Thank you.
S Scratched Member Apr 17, 2023 #2 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. Upvote 0 Downvote
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.