Transparent Nav Bar on Mobile

Hi there. I have the transparent nav bar working perfectly on desktop but it seems to default to blue on mobile…any ideas? www.gbracetracker.co.uk.

Thanks guys.

Hello @petecat,

Thanks for writing in! The mobile menu icon defaults to blue because of this custom css:

.x-btn-navbar.collapsed{
  background-color:rgb(1,19,127);
}

Did you happen to add it? If that is the case, please remove it instead. You can set the mobile button color in X > Theme Options > Renew.

Hope this helps.

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