Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
@media only screen and (max-width: 1000px) {
#header-outer.transparent .slide-out-widget-area-toggle a i.label, #header-outer.transparent #top .span_9 > .slide-out-widget-area-toggle a.using-label .label {
display: none !important;
}
}
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
@media only screen and (max-width: 1000px) {
#top nav ul .slide-out-widget-area-toggle a i.label {
display: none !important;
}
}
I want to have a Menu Label on the burger icon BUT ONLY ON DESKTOP VIEW.. how I can make it?
Hi there,
Add the following custom css in Salient > General settings > CSS/Script related to hide on mobile:
Hope this helps.
Hi Andrew My my desktop the icon burger and menu word is perfect but I just check on my cellphone and the Icon Burger is missing.
Hey Again,
Use this Revised CSS.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Sorry to ask you again but I just realize in the shop pages (woocommerce pages)
Sorry I forgot to mention the menu label is show in on shop pages (woocommerce pages) on the rest of the website is fine
Thanks for your help.
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Nothing changed
Hey Again,
My Bad, The css was using max-width instead of min-width:
Thanks
ThemeNectar Support Team
Sorry Tahir but nothing changed
Hi there,
Try the following css:
Thanks.
Hi I don't know why is to complicated but now with this new code I don't have the MENU Label anywhere.
Hey Again,
I believe the cache is causing the discrepancy.
Use the CSS i earlier provided which would only hide the label on Desktop.
Thanks
ThemeNectar Support Team