If you inspect the element, you’ll see that header has a different background color than other pages which is transparent. Your nav elements color is also white and that is why you can’t see the menus on home page but actually the menu is there. Just change the header background color to #000 as you used for other page header. So you can add following css to your style:
#masthead .site-header{
background-color: #000;
}
Related Posts:
- How to move parent li to end of child ul
- How to apply a class to the second word in menu list item?
- Override custom menu widget
- Styling child custom menu pages
- When at / ( or “home”) my menu doesn’t get a current-menu-item class
- How do I prevent the text overflow in menu?
- How to change Twenty Seventeen theme’s navigation bar location?
- How do i style the current menu anchor link’s parent anchor link? [closed]
- Custom Post type menu highlighted in the archive/post
- WordPress – site with 2 stylesheets and more…
- Add nav menu CSS class to body
- Vertical Sidebar Menu Parent and Child not displaying correctly [closed]
- How to insert custom code into wp_nav_menu structure?
- remove everything from wp_nav_menu
- Editing WordPress Nav Menu Walker
- Altering html structure and creating custom menus
- WordPress Admin Bar Covering & Overlapping Fixed Menu Header [closed]
- How to add class to and childs of sidebar widget – WordPress
- Add class active to static menu
- Add CSS to head depending on nav menu walker
- Grey out nav buttons unless is_user_logged_in()
- Add a class at specific element in custom Menu Walker
- CSS for Created Menu “Active Selected” not working, everything else is!
- How do I add (css) class to a custom link to make it current_page_item
- Side Menu Icon Expandable
- wp_nav_menu not working [closed]
- create a 2 row menu in wordpress
- Making nav menu sticky and transparent
- current-menu-item class in CSS
- Static page to one page- menu inactive items highlighted
- CSS_Menu_Walker not showing on mobile view?
- CSS Classes (optional) on menu is not showing
- Switch from hover to click on Twenty Twelve Menu
- How to style a specific nav menu item?
- How Do I Add Images To Main Navigation Menu
- Excluding a media query from specific pages
- How to I know the class or ID of my theme?
- My Temptation theme is showing two of the same menu at the top. How do I remove the one that the theme comes with? Please help! [closed]
- How to change the color of a menu item [closed]
- display menu as table layout
- Highlight parent if item from submenu is active
- WordPress + Bootstrap [closed]
- styling wp_nav_menu – horizontal, sub-menu drop downs
- Menu Arrow for Child Element
- How to buid wordpress menu with auto width sub-menu items in dropdown menu without any items sharing one line [closed]
- Trouble hiding menu on single page
- change hover color of specific menu link [closed]
- How to add css to single navigation text? [closed]
- Full screen nav menu block with avada theme
- How do I change/remove styling (top border) on main menu for active page and hovering (Avada Theme)
- Hide pages from the main menu
- Drop Down menu expanded by default (on front page) [closed]
- Odd spacing in Navigation Bar [closed]
- Controlling sub-menu within sub-menu
- Mark a page of a queried menu as active
- Vertical Menu items shifting to same line when window size increased [closed]
- Adding two same css class on menu item
- Two questions about CSSing inside the menus
- Always show wordpress submenu on responsive header menu
- Menu item hidden behind others
- Active page link not getting class assigned
- Active menu item / category
- jQuery not working when used with wordpress menu
- Making a Custom Menu Sidebar Icon show as Current in css [closed]
- Theme: Twenty Thirteen Mobile Sliding Menu Doesn’t Bump Content Down
- Help with changing style of the extended menu drop down [closed]
- How do i keep my current page menu highlighted on pagination?
- Can’t style custom menu
- individual images as navigation design TwentyTen
- Styling Active Links Within WordPress
- Specifying Class style for Menu
- Bought custom navigation menu from codecanyon, how to change feature.php?
- Menu Underline shows without Hover after adding subitems
- Creating a Horizontal menu
- Any plugin to make a 3 levels menu? [closed]
- How to add or remove borders in navigation menu?
- Problem with float:left – unexpected behavior [closed]
- wp nav menu – highlighting current page not working properly [closed]
- Why there is a gap between and it’s container (A drop down menu in wordpress) [closed]
- Changing color of specific tab of top menu
- Why is my hamburger menu not shown? [closed]
- Keeping my Sub Menu open when hovering on its list items
- How to centre menu items on horizontal nav bar? (e.g. make margins equal) [closed]
- How to change first letter of active menu item
- Site navigation sits unstyled for a second on page reload [closed]
- Formatting WordPress Menus (without bullets, inline with text)
- Changing when mobile menu is displayed
- Adding padding above menu
- how to add permalink/slug to wordpress custom link menu item
- How can I only show one responsive menu on mobile devices?
- Active Navigation Class Based on URL on icon
- Twenty-Twenty-Two Child Theme Mega Menu
- Hiding Widget On Mobile Devices Removes Our Product Search Box On Mobiles
- change breakpoint widths for divi theme tablet view
- Rename Menu icon in Twenty seventeen theme
- Main Menu Hover is Always White
- How do I highlight a WordPress Menu Item for a page that is not on the Menu?
- Menu drop down covers contents of page in Mobile view
- Override theme hamburger menu to work without javascript (noscript)
- How to define the HTML structure when registering a menu in WordPress?