This topic has 4 replies, 3 voices, and was last updated 9 years, 5 months ago ago by Jack Richardson
Hello,
I was wondering if it was possible to hide or change the text for the navigation label that appears on the mobile site. I’ve attached a screenshot shown below.
https://dl.dropboxusercontent.com/u/4166385/IMG_6378.PNG
Thank you,
Michael
Hello,
You can hide that text using this code in Theme Options > Custom CSS > Global Custom CSS:
.mobile-nav-heading.close-mobile-nav {
display: none !important;
}
To rename it you need edit the file wp-content/themes/woopress/header.php in line 29.
Regards,
Eva Kemp.
Thank you this worked perfect!
You guys are the best!
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Hide/Change Navigation Label in Mobile Site’' has been successfully resolved, and the topic is now closed for further responses