Login Page - Breadcrumbs

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

Login Page - Breadcrumbs

Post by mfrybarger »

How would I remove breadcrumbs from just the Login page. Thank you.


mobhar
User
Posts: 11726

Post by mobhar »

In v2019, you may simply put the following code in "Startup Script" that belongs to the Login page:

$(".breadcrumb.float-sm-right.ew-breadcrumbs").hide();


Post Reply