[Resolved] Adjusting the width of the nav button.

Home Forums Support [Resolved] Adjusting the width of the nav button.

Home Forums Support Adjusting the width of the nav button.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2206413
    Brian

    Hi

    I have used some css to add a call to action nav button called “Memberships”.

    I can’t work out how to have this highlighted in the mobile menu as well.

    Please can you help?

    Hope this makes sense.

    #2206649
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    #mobile-header.main-navigation ul li.menu-button a {
        background: #f64a0c;
        color: white;
    }
    #2206746
    Brian

    Unfortunately nothing has changed in the mobile menu.

    #2206754
    Ying
    Staff
    Customer Support

    You’ve added the CSS under the media query which is for desktop.

    Can you try move the CSS to the top of your CSS input area?

    #2206855
    Brian

    Looks like that has done the trick, many thanks.

    #2206868
    Ying
    Staff
    Customer Support

    No problem 🙂

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