Home Forums Basel support forum How to change the background color of button close on mobile nav menu

How to change the background color of button close on mobile nav menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #421066

    Bamboon
    Participant

    Hi,
    I’d like to change the background color of the close button from the mobile nav menu, can you please tell me how to ?

    Thank you,

    Lorène

    Attachments:
    You must be logged in to view attached files.
    #421119

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .basel-close-sidebar-btn {
        background-color: red;
    }
    body .basel-close-sidebar-btn span {
        color: #FFF;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)