Katarzyna Posted September 21, 2020 Share Posted September 21, 2020 Site URL: https://andersensforlag.com Hi everybody! I'm trying to replace the word ''MENU'' by another word f.ex. ''HOS:'' or ''MER OM:'' in the mobile view in Avenue Template. I've already placed some code and made changes within it so that it could be but it's not working... div#mobileMenuLink { content: "HOS:"; font-family: Futura PT; color: hsl(229,90%,46%); font-size: 17px; font-variant: uppercase; font-weight: bold; } Any idea? Thanks for any tips!:) Link to comment
inunzi Posted September 21, 2020 Share Posted September 21, 2020 3 hours ago, Katarzyna said: Site URL: https://andersensforlag.com Hi everybody! I'm trying to replace the word ''MENU'' by another word f.ex. ''HOS:'' or ''MER OM:'' in the mobile view in Avenue Template. I've already placed some code and made changes within it so that it could be but it's not working... div#mobileMenuLink { content: "HOS:"; font-family: Futura PT; color: hsl(229,90%,46%); font-size: 17px; font-variant: uppercase; font-weight: bold; } Any idea? Thanks for any tips!:) Do you want to change the hamburger menu text from menu to HOS? If so. Copy and paste this code in the Custom Css section located in the design menu. // Mobile Menu Text // .burger-box:after { content: "HOS"; text-align: right; font-size: 16px; color: #FFFFFF; display: block !important; } .burger-box { width: 60px !important; height: 25px !important; } .burger-box div { display: none; } Any other questions? Thanks! 😁 Link to comment
tuanphan Posted September 21, 2020 Share Posted September 21, 2020 2 hours ago, inunzi said: Do you want to change the hamburger menu text from menu to HOS? If so. Copy and paste this code in the Custom Css section located in the design menu. // Mobile Menu Text // .burger-box:after { content: "HOS"; text-align: right; font-size: 16px; color: #FFFFFF; display: block !important; } .burger-box { width: 60px !important; height: 25px !important; } .burger-box div { display: none; } Any other questions? Thanks! 😁 It for SS 7.1. 6 hours ago, Katarzyna said: Site URL: https://andersensforlag.com Hi everybody! I'm trying to replace the word ''MENU'' by another word f.ex. ''HOS:'' or ''MER OM:'' in the mobile view in Avenue Template. I've already placed some code and made changes within it so that it could be but it's not working... div#mobileMenuLink { content: "HOS:"; font-family: Futura PT; color: hsl(229,90%,46%); font-size: 17px; font-variant: uppercase; font-weight: bold; } Any idea? Thanks for any tips!:) Add to Home > Design > custom CSS #mobileMenuLink a { visibility: hidden; } #mobileMenuLink a:before { content: "Click here to view Menu"; visibility: visible; margin-left: 20px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Katarzyna Posted September 22, 2020 Author Share Posted September 22, 2020 8 hours ago, tuanphan said: It for SS 7.1. Add to Home > Design > custom CSS #mobileMenuLink a { visibility: hidden; } #mobileMenuLink a:before { content: "Click here to view Menu"; visibility: visible; margin-left: 20px; } Marvelous! Thank you so much tuanphan! You are the best! 😄 Link to comment
Adict Posted February 10, 2021 Share Posted February 10, 2021 Hey guys, Thank you so much for the code! I have gone ahead and used the code for 7.0. All went well, but the word MENU is a bit too low. I need to centre up/down and can't find anything that works. Tried margin, top/bottom. page: https://adictcreative.com This is the code I am using now: button.Mobile-bar-menu { visibility: hidden; } button.Mobile-bar-menu:after { visibility: visible; content: "MENU"; font-family: proxima-nova; font-weight: 200; letter-spacing: 2px; color: #4B4B4B; font-size: 20px; } Link to comment
Adict Posted February 10, 2021 Share Posted February 10, 2021 Or getting rid of the white nav bar and padding would be even better! Just to have the MENU text over the image. The image to go up to the top of the screen. Link to comment
Adict Posted February 10, 2021 Share Posted February 10, 2021 1 minute ago, Adict said: Or getting rid of the white nav bar and padding would be even better! Just to have the MENU text over the image. The image to go up to the top of the screen. Burke Template Link to comment
tuanphan Posted February 14, 2021 Share Posted February 14, 2021 On 2/10/2021 at 10:14 AM, Adict said: Hi. I don't see Menu text.. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.