Site logo

[Resolved] Nav color on mobile

Home Forums Support [Resolved] Nav color on mobile

Home Forums Support Nav color on mobile

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1748648
    chris

    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

    #1748654
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can use the private information field.

    Let me know 🙂

    #1749081
    chris

    Done

    #1749270
    David
    Staff
    Customer Support

    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 ?

    #1749308
    chris

    Thanks for that David worked lovely.

    To clarify im trying to make logged in users name appear in a header.

    Is that possible?

    #1749350
    David
    Staff
    Customer Support

    Theres this plugin which allows you to add a logged in menu item and display the users name in your menu:

    https://en-gb.wordpress.org/plugins/user-menus/

    #1749384
    chris

    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.

    #1749391
    David
    Staff
    Customer 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 🙂

    #1749511
    chris

    Sure my apologies, closed.

    #1749696
    David
    Staff
    Customer Support

    No problems 🙂 thanks

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.