Mobile Nav Bar Button

Hi

Is it possible to put a square around the mobile nav bar and change the colour of the 3 lines?

Can your advise?

Thank you
Conor

Hi Conor,

Thanks for reaching out.

I assume you’re referring to mobile button’s and not the entire navbar. Please add this CSS to Theme Options > CSS with your preferred colors.

.x-btn-navbar {
    border: 1px solid #9b8845 !important;
    padding: 15px;
    color: #9b8845 !important;
    text-shadow: none !important;
    margin-bottom: 10px;
}

Hope this helps. Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.