Tagged: ,

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

    Hi support team,

    i found the following snippet to modify the man-menu:
    header_color .main_menu ul:first-child > li > a { color: #4370B3; } /* color of main menu items */
    .header_color .main_menu ul:first-child > li a:hover { color: #E93C42; } /* hover state of main menu items */
    .header_color .main_menu ul:first-child > li.current-menu-item > a,
    .header_color .main_menu ul:first-child > li.current_page_item > a { color: #E93C42; } /* color of active menu item */

    is there something similar for the custom in page submenu in the sidebar?
    I would like to change font-colors

    #349557

    Hi dondela!

    Please add following code to Quick CSS

    .main_color .sidebar .current_page_item>a, .main_color .sidebar .current-menu-item>a {
    color: red;
    }
    .main_color .sidebar a {
    color: orange;
    }

    Cheers!
    Yigit

    #349994

    Thanks Yigit,
    that is it :-)

    One more question i have:
    When i use a widget with a custom menu in the sidebar. How could a change the font-color of current-menu-item.
    I figured out changing the fontcolor of the submenu like:
    ./* Submenu in widget*/
    #top .widget_nav_menu ul ul li a {
    color: #2d5c88;
    }

    #350057

    Hey!

    Please add following code to Quick CSS as well

    main_color .sidebar .current_page_item>a, .main_color .sidebar .current-menu-item>a { color: orange; }

    Cheers!
    Yigit

    #350284

    Thats it, thank you so much. Great support!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘submenu styles’ is closed to new replies.