SECONDARY MENUS
-
Hi,
additional to my last post
https://www.ads-software.com/support/topic/footer-widget-area-8/
there is another double content for SECONDARY MENUS in style.css:/* =SECONDARY MENUS ----------------------------------------------- */ .small-menu { float: right; } .small-menu li { float: left; position: relative; font-family: 'Lato', sans-serif; } .small-menu li.default-menu { display: none; } li.default-menu { display: none; } .small-menu a { color: #666666; display: block; padding: 5px 0 0 16px; font-size: 12px; } .small-menu a:hover { color: #0FBE7C; } .small-menu ul li.current-menu-item a, .small-menu ul li.current_page_ancestor a, .small-menu ul li.current-menu-ancestor a, .small-menu ul li.current_page_item a, .small-menu ul li:hover > a { color: #0FBE7C; }
and
/* =SECONDARY MENUS ----------------------------------------------- */ .small-menu { float: right; } .small-menu li { float: left; position: relative; font-family: 'Lato', sans-serif; } .small-menu li.default-menu { display: none; } li.default-menu { display: none; } .small-menu a { color: #666666; display: block; float: left; font-size: 10px; height: 21px; padding: 5px 0 0 16px; font-size: 12px; } .small-menu a:hover { color: #0FBE7C; } .small-menu ul li.current-menu-item a, .small-menu ul li.current_page_ancestor a, .small-menu ul li.current-menu-ancestor a, .small-menu ul li.current_page_item a, .small-menu ul li:hover > a { color: #0FBE7C; }
Both double code, SECONDARY MENUS and FOOTER WIDGET AREA, appear a few releases ago with spacious 1.62.
Thanks, Frank
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘SECONDARY MENUS’ is closed to new replies.