Site logo

Archived topic

Adjusting the width of the nav button.

5 replies · Started by Brian on May 2, 2022

Viewing posts 1–6 of 6

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.

Hi there,

try adding this CSS:

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

Unfortunately nothing has changed in the mobile menu.

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?

Looks like that has done the trick, many thanks.

No problem :)

This archived topic is closed to new replies.