Tagged: main-menu
-
AuthorPosts
-
July 2, 2019 at 4:50 pm #1115227
The main menu has slid over the header image and I cannot find how to put it back to where it can be made legible. I have attached an image to show what I mean
Can you please point me at what needs to be changed in order to get it back over to the right hand side?July 2, 2019 at 5:08 pm #1115241Hey nigdowser,
Can you give us a link to your site? so we can check further on the issue.
Best regards,
NikkoJuly 2, 2019 at 8:54 pm #1115275After looking more carefully, I see that there were extra links added to the menu which acted to push it over. the reason it looked wrong was because the extra links were in black, instead of white text. Which leads me to the next problem with this menu. I’ve set the links for the main menu to be white text on black backgrounds (as you could see in the image. However, the new links were black on black. I’ve tried adding quick CSS such as
#menu-item-4583 > a >.avia-menu-text {
color: #ffffff !important}but this did nothing for the new links (which I’ve got rid of).
I’ve also tried .avia-menu-text {color: #ffffff !important} as a way of forcing menu links to be white, but this still did not work with the new links. Is there some way of forcing all top menu links which will be added from now on to be white on black that I’m missing? At least then I’ll know if it’s some peculiar new link arriving because I’ll be able to see it!!
Many thanks
July 3, 2019 at 8:37 am #1115380Hi nigdowser,
We’re glad to hear that some issues were fixed.
Can you give us a link to your site? so we can try to inspect it via web inspector and try to help figure out the remaining issues.Best regards,
NikkoJuly 6, 2019 at 5:30 pm #1116304I did send you the url, but have heard nothing. Maybe I forgot to press ‘Submit’ :-)
Anyway, the site is at discoveringdowsing.com.
Thanks
July 9, 2019 at 5:32 am #1116891Hi nigdowser,
Thanks, this code:
#menu-item-4583 > a >.avia-menu-text { color: #ffffff !important}
does not affect other links except for Articles/Videos link and does not allow changing color of its submenu links.
Try going to Enfold > Advanced Styling > Main Menu sublevel Links (select this item to customize) and change the font color to white.
If that doesn’t help, in Quick CSS add this css code:#menu-item-4583 .sub-menu a >.avia-menu-text { color: #ffffff !important }
Hope this helps. :)
Best regards,
NikkoJuly 9, 2019 at 4:23 pm #1117095Many thanks. I’ll try this later today. If you hear nothing it will have worked :-)
July 10, 2019 at 5:00 am #1117267Hi nigdowser,
Sure, hope it helps :)
Thanks again for using Enfold.Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.