October 14, 201510 yr Hey everyone! Thank you for dropping by, I need a small assistance from you kind folks.I am using a burger menu icon for my navigation which when click expands just like this http://demos.artbees.net/jupiter/himalia/But I've been told by quite a few that they're finding it hard to locate the menu hence I would like to add the word "MENU" next to the icon like this http://i.imgur.com/CT6q3uW.jpgHowever the folks from Jupiter theme told me I need to pay for this customization which I can't afford. I am really hoping there's a kind soul here could help me out with adding the word "MENU" next to the icon, here is the codes http://pastebin.com/izaGmaT5 I'm just not sure what code to add for the text. Thank you very much for reading!
October 14, 201510 yr I went to your site and added this CSS in the inspector. It worked fine so just add it to your stylesheet: .mk-css-icon-menu:before{ content: "Menu"; position:absolute; color:#BADA55; right:50px; top:-38px; }
October 14, 201510 yr Author I went to your site and added this CSS in the inspector. It worked fine so just add it to your stylesheet: .mk-css-icon-menu:before{ content: "Menu"; position:absolute; color:#BADA55; right:50px; top:-38px; } Thank you so much Nillervision, it worked!!! I really appreciate your help, thanks again!
Create an account or sign in to comment