• Resolved mmr_gym_ntz

    (@mmr_gym_ntz)


    Hello guys,

    my whole sub turns blue when I open a child. That only happen, if i use the primary menu option. I already installed the theme new but it didn’t helped.

    you see my problem here under the menu “unsere SMV”, all turns blue :(, there only should be the choosen menu blue. On my PC with Xamp i don’t had this problem.
    Can you help me?

    Marvin B.

Viewing 3 replies - 1 through 3 (of 3 total)
  • the menu does not seem to use the .page_item class, but instead uses .menu-item;

    therefore, some styles are not specific enough;
    in base.css:

    .nav li.current_page_parent li a,
    .nav li.current_page_item ul li a,
    .nav li.current_page_ancestor li.page_item a,
    .nav li.current_page_parent li.current_page_item .page_item a,
    .nav li.current_page_ancestor li.current_page_ancestor li.page_item a,
    .nav li.current_page_ancestor li.current_page_ancestor li.current_page_item li.page_item a,
    .nav li.current_page_ancestor li.current_page_ancestor li.current_page_ancestor li.page_item a
    { border:none;border-bottom: 1px solid #e1e1e1; padding: 10px; background: #eee; color: #333; text-shadow:0px 1px 1px #fff; }

    probably best to copy all lines with .page_item and add them back with .menu-item;

    example:

    .nav li.current_page_ancestor li.page_item a,
    .nav li.current_page_ancestor li.menu-item a,

    the whole section:
    https://pastebin.com/FHexCFFm

    (tested on ‘smv’-‘referate’-‘film/video’-‘celine..’)

    wordpress-hilfe gibt es auch hier: https://forum.wordpress-deutschland.org/

    Thread Starter mmr_gym_ntz

    (@mmr_gym_ntz)

    thank you a lot, all works

    How did you make your menus and widgets soo nicely rounded? It looks much better this way.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘the whole menu lights in EvoLve’ is closed to new replies.