badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Simple text in toggle menù

Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #54132
    Pierre
    Participant

    I need to put a simple text in the smartphone toggle menu only.

    #54139

    Hi Pierre,

    Add below custom css code to show text ‘menu’ for toggle menu.

    @media only screen and (max-width: 767px){
    	.menu-toggle {
    		width: 40px;
    	}
    	.menu-toggle:before {
    		font: 14px "Open Sans",sans-serif;
    		content: 'menu';
    	}
    }

    Thank you!

    #54141
    Pierre
    Participant

    Maybe I did not explain it properly: I need i this area

    See att.

    #54229

    Hi Pierre,

    For this it needs code customization you need to hire a developer.

    Thank you!

    #54230
    Pierre
    Participant

    I resolved. You can see in toggle menù my invention: Photoman Photos

    #54232

    Great that you solved it.

    #82929
    natalie-0792
    Participant

    Hi, sorry to jump on an old topic, but is there a way to have the text as well as the hamburger menu so they are next to each other? Thanks

    currently using this code but the font is off.

    `.menu-toggle:before {
    content:’\f0c9”\00a0′ “Menu”;
    position: absolute;
    color:#333;
    font-size: 20px;
    }

    #82983

    Hi natalie-0792,

    Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    .menu-toggle {
    	position: relative;
    }
    .menu-toggle:after {
    	content: 'Menu';
    	display: block;
    	font-size: 15px;
    	position: absolute;
    	top: 3px;
    	right: 33px;
    }

    Thanks

    #84006
    natalie-0792
    Participant

    Thank you very much for this, and for the nice theme 🙂

    #84031

    You are most Welcome,

    Please let us know if you have any other queries regarding the Theme.

    Thanks

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.