Is it possible to rename the generated menu options/links?
3 posters
Rename the menu options/links
IdaTR- Forumember
- Posts : 547
Reputation : 1
Language : Danish, english
Location : Denmark
- Post n°1
Rename the menu options/links
SLGray- Administrator
- Posts : 51554
Reputation : 3524
Language : English
Location : United States
- Post n°2
Re: Rename the menu options/links
Are you using images? If yes, just create new images with the text you want.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
IdaTR- Forumember
- Posts : 547
Reputation : 1
Language : Danish, english
Location : Denmark
- Post n°3
Re: Rename the menu options/links
Im not ^^
tikky- Forumember
- Posts : 922
Reputation : 160
Language : 🇵🇹
- Post n°4
Re: Rename the menu options/links
Hey,
you can use this
Example
you can use this
|
Example
- Code:
#fa_sticky_nav > a.mainmenu[href*="faq"], a.mainmenu[href*="search"] { display: none; }
SLGray- Administrator
- Posts : 51554
Reputation : 3524
Language : English
Location : United States
- Post n°5
Re: Rename the menu options/links
The topic starter wants to rename them, not remove them.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
tikky- Forumember
- Posts : 922
Reputation : 160
Language : 🇵🇹
- Post n°6
Re: Rename the menu options/links
obss sorry,
use,example:
use,
- Code:
a.mainmenu[href="/faq"] {
font-size: 0
}
a.mainmenu[href="/faq"]::before{
content: 'New Text';
font-size:12px
}
IdaTR- Forumember
- Posts : 547
Reputation : 1
Language : Danish, english
Location : Denmark
- Post n°7
Re: Rename the menu options/links
Works, thanks ! (: