Change navigation bar background color in Help Centre on mobile

Respondida

2 Comentarios

  • Ifra Saqlain
    Community Moderator
    Most Engaged Community Member - 2022
    Most Engaged Community Member of The Year - 2021

    Hi Anton!,

     

    Use the given code and you can change the colors in this:

    .nav-wrapper-mobile .menu-list-mobile {
      background-color:#000;
    }
    .nav-wrapper-mobile .menu-list-mobile-items a:hover,
     .menu-button-mobile[aria-expanded="true"] .icon-menu{
      background-color: #2b2a2a !important;
    }
    .nav-wrapper-mobile .menu-list-mobile-items a,
    .nav-wrapper-mobile .menu-button-mobile .icon-menu {
      color:#fff;
    }

    Screenshot:
    0
  • Anton Van der meyden

    Ifra Saqlain

    Hello,

    Thank you for the quick reply and your assistance.

    Kind Regards,

    Anton

    0

Iniciar sesión para dejar un comentario.

Tecnología de Zendesk