Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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 Menu misplaced
    Can you please point me at what needs to be changed in order to get it back over to the right hand side?

    #1115241

    Hey nigdowser,

    Can you give us a link to your site? so we can check further on the issue.

    Best regards,
    Nikko

    #1115275

    After 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

    #1115380

    Hi 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,
    Nikko

    #1116304

    I did send you the url, but have heard nothing. Maybe I forgot to press ‘Submit’ :-)

    Anyway, the site is at discoveringdowsing.com.

    Thanks

    #1116891

    Hi 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,
    Nikko

    #1117095

    Many thanks. I’ll try this later today. If you hear nothing it will have worked :-)

    #1117267

    Hi nigdowser,

    Sure, hope it helps :)
    Thanks again for using Enfold.

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.