Home › Forums › Support › Custom Menu Design This topic has 5 replies, 2 voices, and was last updated 3 years, 4 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts September 11, 2019 at 10:12 am #1006993 Dev Hello, Please see the below screenshot link. http://prnt.sc/p4uavy I want to make my mobile menu the same. Exact same in color Background and same as all sub menu fall down. Please let me know September 11, 2019 at 10:54 am #1007042 DavidStaff Customer Support Hi there, try this CSS: #mobile-header.main-navigation ul ul { visibility: visible; float: none; position: static; height: auto; opacity: 1; pointer-events: auto; } #mobile-header.main-navigation .main-nav>ul>li>a { background-color: #4e8abf; color: #fff; } #mobile-header.main-navigation .main-nav>ul>li:hover>a, #mobile-header.main-navigation .main-nav>ul>li.current-menu-item:hover>a { background-color: #dd9c39; color: #fff; } .mobile-header-sticky #mobile-header.toggled .main-nav>ul { max-height: calc(100vh - 60px); overflow-y: scroll; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 11, 2019 at 10:59 am #1007050 Dev Hello, It worked as expected, thanks a lot for the great support like always. Have a nice day. September 11, 2019 at 11:09 am #1007061 DavidStaff Customer Support Glad to be of help. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 12, 2019 at 4:26 am #1007516 Dev Hello David, Please check the below screenshot link. https://prnt.sc/p5609t I’m not able to click on the submenu items. I mean like items under WD Gann Articles/Trading Courses/Disclaimers are not clickable. September 12, 2019 at 5:02 am #1007545 DavidStaff Customer Support Aah forgot about that.. updated the CSS above Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In