Re: changing text colour on Brooklyn theme

Solved

How can I change text color on the Brooklyn theme?

paule3
Excursionist
29 1 5

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

Accepted Solution (1)
paule3
Excursionist
29 1 5

This is an accepted solution.

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 

View solution in original post

Replies 7 (7)

AvadaCommerce
Shopify Partner
3879 840 1005

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. 

Screenshot_2.png

 

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

banned
paule3
Excursionist
29 1 5

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

paule3
Excursionist
29 1 5

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

paule3
Excursionist
29 1 5

 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-sle...

AvadaCommerce
Shopify Partner
3879 840 1005

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!

banned
paule3
Excursionist
29 1 5

This is an accepted solution.

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 

AvadaCommerce
Shopify Partner
3879 840 1005

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 🙂

banned