How can I change text color on the Brooklyn theme?

Hi, I am using the Brooklyn theme for my online store. I would like to change the colour of the text on my homepage and product pages from grey to black. Can any one suggest a way to do this. Thanks

Hi @paule3

To change the color of the text, please go to Online Store > Themes > Customize > Theme Settings > Colors > Set the heading and body text to black.

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any questions!

The heading and text are set to black. Some of the text on my pages looks grey as in photos below. Can I make the text darker. thanks

my website is www.kidieez.co.uk it wont let me send png images. thanks

The text is set to black in customise section but some of text on page is lighter like grey not black. Is there any way you can make the light text darker . An example of the light text is on page url https://kidieez.co.uk/products/kids-dsquared-hibiscus-print-t-shirt-girls-occasion-dresses-short-sleeves

Hi @paule3

For the rest text, please go to your Themes > Edit code > Assets > Open theme.scss.css and add the following code to the bottom of the file.

.grid-product__title , .site-footer a , .product-single__description { 
  color:#000 !important 
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any questions!

Hi thankyou for your help. Just wanted to ask do you know if it is possible to increase the size of the text which is under the banner image at the top of my home page of my website. www.kidieez.co.uk

Hi @paule3

Sorry for missing your message. It seems that you were able to increase the size of text under the homepage banner yourself.

If you feel like the solutions I provided you were helpful, please mark them as solutions. Thank you :slightly_smiling_face: