Jump to content

Change the font color in Natural theme


psperan

Recommended Posts

Hello, I purchased the Natural Theme and the text in the header, footer, recent news, and on the product page is a light grey and hard to see.  I'm looking to change it to black and looking from some help to do that.  

 

Appreciate the responses.  This is a new theme for me.

 

 

  • Like 1
Link to comment
Share on other sites

  • 3 weeks later...

For the header you need to find this code:

header .nav .header_links #header_links li a { padding-left: 0; padding-right: 0; font-size: 1rem; color: #a2a2a2;}

and change color to #000 or something else you like.

 

For the news you need to find this code:

html, body { font-family: "Playfair Display", serif; font-size: 14px; color: #a2a2a2;}
For the footer you need to find this code:
a { color: #a2a2a2;}

Please note: 'a' changes the code for all links that are grey. 'body' changes the color of all text that is grey.

 
 

I hope it helps.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...