Thanks! It’s much better and explanations are super clear.
One last thing: can I change the font?
I’d my text to use the same font (Lobster). I used the following code but it only works on my computer:
.sidebar-toggle {
width: 200px;
}
.sidebar-toggle:before {
font-family: 'Lobster 1.4', sans-serif;
font-weight: normal;
content: "Envoie ton Jetlag";
width: 200px;
}
.sidebar-toggle.toggle-on:before {
content: "Envoie ton Jetlag";
font-size: 16px;
width: 200px;
}
On my cell’ screen or any other laptop I see it in Arial.
Thanks, have a nice weekend.
Benjamin