Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #262474

    I am using the nifty advanced styling options feature, tried to get the mouseover bg of a megamenu to be something other than white. I got a new color, put that code in background, and ticked box for ‘apply only to mouseover state’ but it applied to the entire menu. then, when I deleted that setting, it is not deletign the changes, menu is stuck with this color now

    1) where is this change written to and
    2) how do I undo it and
    **Edit- when I created a new empty ‘main menu links’ group with no changes, and saved, it undid the stuck ‘sublevel links’ changes.
    3) how would I accomplish the original goal of a page link in mega menu have a mousover background other than white?
    >>Still tryign to sort out #3 however

    thx

    • This topic was modified 10 years ago by thanp73.
    #262721

    Hi thanp73!

    Thank you for using the theme!

    Do you mind if we take a look at the website? A screenshot of what you’re trying to do will help. We will give you a proper solution once we have taken a look at the menu.

    Regards,
    Ismael

    #263364
    This reply has been marked as private.
    #263440

    here’s a suggestion- add the menu, including mega menu and mouseover and hover and page level styling, to the nifty preview area under general styling/ that rough preview area is helpful but ignores menu as far as I can tell…

    #263749

    Hi!

    Thank you for the update.

    You can use this on Quick CSS or custom.css to change the hover color of the secondary menu items:

    #top .header_color .sub_menu ul li a:hover {
    color: blue;
    }

    Regards,
    Ismael

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