dcorc
Forum Replies Created
-
Many, many thanks – absolutely first rate support !
Dave
No, alas – that just gives us the hamburger and cross, the menu works, but no “Menu” label.
Thank you for your help with this, its oddly reassuring to see how frustrating it is trying to hit the right bit of coding. Things one would have thought ought to be simple and straightforward turn out very decidedly not to be. Where is the hamburger icon actually called from, or generated?
- This reply was modified 7 years, 12 months ago by dcorc.
OK I put in :
.mob-icon-menu:before{ display: none!important; } .mobmenul-container:after { content: "Menu"; color: #fff; float: left !important; margin-top: -3px; margin-left: 10px; font-size: 16px; }
as suggested in the email I received.
That shows the word “Menu” instead of the “hamburger” symbol…..
but…
clicking on “Menu” does nothing ??If I remove
.mob-icon-menu:before{ display: none!important; }
Then the hamburger comes back and works, and I can just see the top of the M, below it.
- This reply was modified 7 years, 12 months ago by dcorc.
Thanks – brilliant, and very prompt reply too ! – that works to put the word “Menu” just to the right of the “hamburger” symbol and if I change
margin-left: 35px;
to
margin-left: 10px;
it overlaps it (or the X) – but it doesn’t replace/remove them?
- This reply was modified 7 years, 12 months ago by dcorc.