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!
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?
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!
Thank you!