Home Forums Basel support forum How to Hide the tooltip-label (back and make breadcrumb align to left (not right

How to Hide the tooltip-label (back and make breadcrumb align to left (not right

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #20147

    bconnesso
    Participant

    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.
    #20150

    Artem Temos
    Keymaster

    Hi,

    As we can see, you have moved it to the center. Do you want to align it to left?

    Regards

    #20607

    bconnesso
    Participant

    Hi yes I manage to move it to center. How to disable the TOOLTIP-LABEL (somthing like enter icon) which is javascript:baselThemeModule.backHistory()

    #20615

    Artem Temos
    Keymaster

    Hi,

    You can hide it with the following custom CSS code

    .basel-back-btn {
    	display: none!important;
    }

    Regards

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)