• Resolved qpaq

    (@omerkanipak)


    Can we change the opacity and color of the lock screen background when we click the hamburger menu while it displays the main menu?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @omerkanipak,

    You can change the opacity of the navigation overlay background by going to Admin > Apperance > Customize > Additional CSS, and adding the following:

    .site-nav { background: rgba( 255, 255, 255, 0.98 ); }

    Adjust the 0.98 value (1.00 being fully opaque) to suit your needs.

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘Menu lock screen background’ is closed to new replies.