Archived topic
Nav color on mobile
9 replies · Started by chris on April 25, 2021
Hi i have transparent nav bar for visual reasons, but on mobile the drop down items arent very visable, i was wondering if there's a way to just make a background behind mobile nav drop down menu items?
One other thing is it possible to show users woocomerce first name on generateblock header?
Thanks
Hi there,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
Done
Hi there,
you can use this CSS to add a background color to mobile dropdown:
@media(max-width: 1265px) {
.main-navigation.toggled .main-nav > ul {
background-color: #000;
}
}
This:
One other thing is it possible to show users woocomerce first name on generateblock header?
I am not sure what you mean - can you explain ?
Thanks for that David worked lovely.
To clarify im trying to make logged in users name appear in a header.
Is that possible?
Theres this plugin which allows you to add a logged in menu item and display the users name in your menu:
Sorry for not explaining great,
I have the users name in the navigation, however i was wondering if its possible to display the users name on the page editor, when adding h2 text?
For example on my contact page, rather than the title being "How can we help?"
Id like it to be "Hello [firstname], How can we help?"
Ps also on some pages the small browser icon at the top of the page, displays a stock world image (not showing the one i choose)
Cleared cache etc, works on some pages and not others?
Thank you very much for the continued support.
Just for keeping clear lines on topics - could we resolve this one and start a new topic for the User name - will make it easier for users to find the answers :)
Sure my apologies, closed.
No problems :) thanks