Home Forums Basel support forum TITLE FOR MOBILE MENU

TITLE FOR MOBILE MENU

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

    Hi!
    I want set a title for Menu when open on mobile device. Thank’s

    #20617

    Artem Temos
    Keymaster

    Hello,

    Could you please provide a screenshot where do you want to add that title?

    Thank you

    #20693

    attached

    Attachments:
    You must be logged in to view attached files.
    #20708

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .mobile-nav-icon {
    	position: relative;
    }
    
    .mobile-nav-icon:before {
    	content: "MENU";
    	position: absolute;
    	left: 120%;
    	top: 50%;
    	transform: translateY(-50%);
    	-webkit-transform: translateY(-50%);
    	font-weight: 700;
    	font-size: 16px;
    }

    Regards

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