Brooklyn - Side Bar Colour ( Mobile display )

Hi all,

I’m having trouble changing the colour of the sidebar on the mobile version in the Brooklyn theme?

Can someone please help>

Thanks Team!

Hi @danielalsafadi

Please add the following code at the bottom of your assets/theme.scss.liquid file.

.mobile-nav>.mobile-nav__item {
background-color: #84afe6 !important;
}

.drawer-left__inner {
background-color: #84afe6;
}
.mobile-nav__item a {
color: #fff !important;
}
1 Like

Hi! @Vikas_Chovatiya

Thank you so much for the solution, you were such a great help.

Much appreciated