Page 1 of 1
Menu
Posted: Mon Aug 21, 2017 6:43 pm
by gillesroszak
Hi guys,
Is that possible to change the font color and size for only one line in sub menu ??
Re: Menu
Posted: Mon Aug 21, 2017 6:51 pm
by Jachym
You can try using HTML in the menu item name, but I cannot guarantee it will work.
The reason I always use black/white is because it works with all color schemes.
You could try something like
Code: Select all
<span style="color:#ddd">Name</span>
but I never tried this
Re: Menu
Posted: Mon Aug 21, 2017 6:59 pm
by gillesroszak
Ok Thanks i will try it.
Can you tell me where i have to use the code you send me
Re: Menu
Posted: Mon Aug 21, 2017 7:07 pm
by Jachym
Use it as the menu item name as external link
Re: Menu
Posted: Mon Aug 21, 2017 7:11 pm
by gillesroszak
OK Get it