Hi,
I’m trying to change the color of the text for the collection lists in the Brooklyn theme, I’m trying to change it from white to a creme color?
Thank you!
Hi,
I’m trying to change the color of the text for the collection lists in the Brooklyn theme, I’m trying to change it from white to a creme color?
Thank you!
Hi @thomssa
Can you please share your store URL?
@thomssa
Your store is password protected.
Please provide frontend password.
I removed the password
Hi @thomssa
Use this css
.collection-grid__item-title--wrapper {
color: #ffe8d5 !important;
}
I added it under the theme liquid code but it didn’t work
add this code at the end of theme.scss.liquid file
Thank you!!