How can I alter the sidebar color in the Brooklyn theme?

Does anyone know how to change this color on the Brooklyn theme? The current color is too bright so it can’t be seen and it’s at the bottom of my side bar menu.

Thank you!

Hi @thomssa

Would you mind sharing your store’s URL along with the colors you’d like to change to?

Lillian’s Crystal Shop (lillianscrystalshop.com)

#FFE8D5

Add the following at the very end of your timber.scss file:

.mobile-nav__item--secondary a {
    color: #FFE8D5!important;
}

Should that help answer your query, we always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!

1 Like

Thank you!