Change name of main menu on phone
-
When the site is viewed on a smart phone, the menu is labeled ‘Sections’. Can I change that?
I am using the Outspoken theme. The blog is http://stmarys-sch.org.Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there, what we can do is to make the existing text the same color as the background and then use a :before psuedo selector and a content declaration to add your text back in and change the color to .
#section-toggle { color: @fff; } #section-toggle:before { content: "My Text"; color: #444; } -
That almost worked. Now it says VisitorsSections. Any thoughts on how to make Sections disappear?
-
Whoops, my bad! I had @ instead of the # in front of fff. The first rule should look like this.
#section-toggle { color: #fff; } -
-
- The topic ‘Change name of main menu on phone’ is closed to new replies.