davally101
Veteran
Just Getting Started
Member Likes (0)
Hi, can i change the text colour on the pages text? my client wants the red coloured site bit with white text links,
thanks
David

Responses (5)
Inactive (joined February 2012) Likes (0)
Hey @davally101
You can change some of the colours in the theme options. See the screenshot attached.
What do you mean Red coloured site? Wouldn't that look like black text on red with white links? Is that what you want?
Member (joined June 2012) Likes (0)
Hi,
she want the page text on the front of the site, where is says the pages, to be in white rather than red.
david
Inactive (joined February 2012) Likes (0)
Hey @davally101
I still don't get what you need, am afraid.
If I knew what you wanted exactly, I could do this in no time, easy css fix.
Here is an idea, take a screenshot of a page that you need, and use pointers and tell me what you want. That works?
Member (joined June 2012) Likes (0)
Hi, I have taken a screen shot and uploaded it to screencast here:
http://screencast.com/t/IUx7BeFij
I have put a box around the text they want changed
thanks
David
DEV Diva (joined February 2012) Likes (0)
@davally101
Hi David!
To make color changes to the menu navigation text alone you would have to add some custom CSS to the custom.css file. Please refer to it here:
wp-contents/themes/gridmarket/css/custom.css
Download and open in a CSS editor. Now add this code to it:
.nav a, .nav a:visited, .nav a:link, #header, #mp-storepicker, .nav ul a:hover { color: #FFFFFF !important; }Save it back to the GridMarket theme folder via FTP and it should change only the menu navigation text to white for you.
Just to also mention - you can easily make changes by adding code into the custom.css file.
Have fun and let me know if there is anything else we can assist with.
Gina
Become a member