Default text format not working properly in the navigation menu customization
-
Hi! I found this thing:
I have the navigation menu set up in the "default" text format, but when I make changes in the text formats panel it doesn't update the navigation menu automatically, and it changes the style, going from "default" to "--SELECT--" in the "customize" page.This happens the most with the text color, I have a dark background website so I gave the default text format a #eee color, but when I change anything the navigation menu text becomes black.
I hope I'm clear enough! and if this isn't a bug please let me know what I'm doing wrong!
Thanks! -
Hi Gonzalo!
for me it works. Maybe your Custom CSS gets in the way?
Can you post a link to your website?
You are sure you set up the text formats correctly?
Best!
Marius
-
Hi Marius
thanks for your reply here's a link: http://work.gonzalosanchez.co
it's a website for a friend of mine I started to work a couple of days ago, so for now there's only the menu.As you'll see, I set up the menu again with default text format, but somehow it works only with the first item of the menu, the rest of them, "Drawings", "Video" and "About" became black.
This is the custom css that I have:
body, html {-webkit-font-smoothing: antialiased;}
::selection { background:none; color:#999; text-shadow:none;} ::-webkit-selection { background:none; color:#999; text-shadow:none;} ::-moz-selection { background:none; color:#999; text-shadow:none;}I've try this without the custom css and still doesn't work.
Hope you can help me!! :-)Thank you
Gonzalo -
Hi Gonzalo!
Personally I would not use text formats for the navigation.
I would just do the whole thing in the Custom CSS.
Something like this:
.menu-item a { color: white !important; }
I hope that helps!
Best!
Marius
-
Thank you Marius!!
Cheers
Before you post:
Use the Search Feature. Maybe there is already a solution to your issue.
1. Update Lay Theme and all Lay Theme Addons
2. Disable all Plugins
3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
4. When using a WordPress Cache plugin, disable it or clear your cache.
Now see if your problem solved itself.
Go here, see if your problem is listed here:
Troubleshooting
When you post:
1. Post a link to where the problem is
2. If the problem is difficult to explain, post screenshots / link to a video to explain it
I don't answer or check forum DMs, please just post on the forum.