Hide PageHeading for Custom Page

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
Bishu
User
Posts: 429

Hide PageHeading for Custom Page

Post by Bishu »

how can I hide the Current Page Heading which is showing at the top of the Custom Page for a particular custom page only
without using the jquery


arbei
User
Posts: 9384

Post by arbei »

You can add CSS (e.g. "display: none;") under HTML > Styles > User tab. Right click the heading and click "Inspect" in your browser to view the HTML markup and find the id or class of the element.


Post Reply