staggerleek Posted January 19, 2021 Share Posted January 19, 2021 Site URL: http://www.charlesleek.com I recently updated my website and this included accidentally losing a load of code. I used to have a piece of code that changed the word 'menu' to another word on my mobile site. If anyone can help provide one that would be a great help!! Link to comment
staggerleek Posted January 20, 2021 Author Share Posted January 20, 2021 On 1/19/2021 at 12:12 PM, staggerleek said: Site URL: http://www.charlesleek.com I recently updated my website and this included accidentally losing a load of code. I used to have a piece of code that changed the word 'menu' to another word on my mobile site. If anyone can help provide one that would be a great help!! Managed to work this out: Quote div#mobileMenuLink a:before { content: "YOUR ALTERNATE MENU TEXT HERE"; background-image: url(); background-repeat: no-repeat; background-size: contain; background-position: center center; width: 30px; height: 30px; display: inline-block; visibility: visible; } #mobileMenuLink a { visibility: hidden; } derricksrandomviews 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment