psperan Posted May 16, 2016 Share Posted May 16, 2016 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. 1 Link to comment Share on other sites More sharing options...
Simonas Invertus Posted May 17, 2016 Share Posted May 17, 2016 The best would be to contact theme developer and ask for help. If you would provide link to your website or theme we could say which CSS classes you need to change. Link to comment Share on other sites More sharing options...
psperan Posted June 2, 2016 Author Share Posted June 2, 2016 Thanks for the response, the website is pro1nutrition.com. I do have the question into the theme designer as well but have not got a response yet. Link to comment Share on other sites More sharing options...
Simonas Invertus Posted June 2, 2016 Share Posted June 2, 2016 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 More sharing options...
psperan Posted June 2, 2016 Author Share Posted June 2, 2016 Very good, thank you so much for the help, i will get to work on it now. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now