Hello,
What “URL” did you setup?
On father-menu use “#” on URL input.
I used the # for father url and the actual URL for the sub menu pdf’s in my media files. https://ibb.co/nr7xR3W
Hello,
I don’t recognize that element <font color="#ffffff">
. Is there a reason you don’t use CSS instead?
I just had a dark color header and default font was black so I changed to white. Do you think using CSS will fix issue for menu?
Thanks
-
This reply was modified 12 hours, 33 minutes ago by markster2.
Hello,
I know html element should has an open and close for example <h1></h1>
Where should I put the <h1></h1>?
Thanks
No, no that’s an example.
Did you remove <font color=”#ffffff”>?
It worked. Thankyou
Now, how do I get the font white so it can be read? lol
Ok, this is might be tricky. It depends which theme you use.
Some themes let you customize font colors or font family in WordPress Admin/Appearance/Customize/
If that is not an option you may add some CSS code in Appearance > Customize > Additional CSS. I need to know your theme name.
The theme is “Go”
I really appreciate all your help.
My pleasure! Here you are a custom CSS code:
Paste it in Appearance > Customize > Additional CSS
Father-menu
.header__navigation-inner .menu-primary-container .primary-menu li a{color: #ffffff;}
Submenu
.header__navigation-inner .menu-primary-container
.sub-menu .menu-item li a{
color: #ffffff;
}
Hope this would help you.
Yes, that’s correct. Publish.
The font went back to black but the sub menu displays white font.
https://ibb.co/Prqt10k