Okay
  Public Ticket #2724970
Mobile menu color change
Closed

Comments

  • Martin Kořínek started the conversation

    Hello,

    i need to change back button text in mobile menu (screen). Can you tell me where it is possible? :-)

    Thanks again for help,

    Martin

  •  2,723
    Andrew replied

    Hi There,

    Please try this css:

    #slide-out-widget-area.fullscreen .inner li a, #slide-out-widget-area .off-canvas-social-links li a, #slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a, #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a, #slide-out-widget-area .menuwrapper li small {
        opacity: 2.7;
    }

    Thanks.