When I view launchtechholdings.com on a mobile phone the hamburger menu when clicked and menu items come down, has a transparent background. It’s making it difficult to read the menu items on a phone, when you’re seeing the text of the site behind it. I do have the header set to transparent, as that’s what I want. Not sure if that’s what’s causing the issue.Is there a way of making this background on mobile be solid, so it’s easier to read?
Hello @444media,
This block of code should help you get started:
.x-nav-wrap.mobile {
background-color: #000;
}
.x-navbar .mobile .x-nav li a {
padding-left: 10px;
paddig-right: 10px;
}
Kindly note that since this is a custom code that changes the default behavior/display of the theme, you will be responsible to maintain or update the code in case you require further changes or if the code stops working in future updates. If you are uncertain how to proceed, it would be best to get in touch with a developer.
Hope this helps.
Worked perfectly! Thank you Jade! You guys are awesome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.