Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Mobile Nav Menu Colour

  • Hi

    I want to change the background colour of the mobile Nav menu on one page only (homepage). Is this possible?

    Thanks
    Shaun

  • Hi Shaun,

    A simple way would be this CSS:

    body:is(.page-id-1398) #mobile-header .inside-navigation {
      background-color: red; // Change to you preferred color
    }

    Note the .page-id-1388. 1388 is the page ID of the homepage.

  • Thanks Alvind

    That worked perfectly

  • You’re welcome 🙂

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