How to Hide the tooltip-label (back and make breadcrumb align to left (not right
-
Hi support,
I want my breadcrumb to be on left (shown in red circle) but not on right (green square).
Can you advise how?
Attachments:
You must be
logged in to view attached files.
Hi,
As we can see, you have moved it to the center. Do you want to align it to left?
Regards
Hi yes I manage to move it to center. How to disable the TOOLTIP-LABEL (somthing like enter icon) which is javascript:baselThemeModule.backHistory()
Hi,
You can hide it with the following custom CSS code
.basel-back-btn {
display: none!important;
}
Regards