jdab Madly Diligent Joined Aug 29, 2010 Messages 9,642 Reaction score 1 FP$ 21 Oct 7, 2012 #1 How can I change the font colour in the image below?
P pandaa Madly Diligent Joined May 28, 2012 Messages 7,866 Reaction score 4 FP$ 1,305 Oct 7, 2012 #2 Find this section in your global.css for nDesign and change the hex values for "color" to whatever you want. 🙂 Code: .menu ul a:link, .menu ul a:visited { color: rgb(204, 255, 0); text-decoration: none; }
Find this section in your global.css for nDesign and change the hex values for "color" to whatever you want. 🙂 Code: .menu ul a:link, .menu ul a:visited { color: rgb(204, 255, 0); text-decoration: none; }
jdab Madly Diligent Joined Aug 29, 2010 Messages 9,642 Reaction score 1 FP$ 21 Oct 8, 2012 #3 pandaa said: Find this section in your global.css for nDesign and change the hex values for "color" to whatever you want. 🙂 Code: .menu ul a:link, .menu ul a:visited { color: rgb(204, 255, 0); text-decoration: none; } Click to expand... I can't even find the right section for it :S<br /><br />-- 08 Oct 2012, 13:00 --<br /><br />Don't worry, sorted.
pandaa said: Find this section in your global.css for nDesign and change the hex values for "color" to whatever you want. 🙂 Code: .menu ul a:link, .menu ul a:visited { color: rgb(204, 255, 0); text-decoration: none; } Click to expand... I can't even find the right section for it :S<br /><br />-- 08 Oct 2012, 13:00 --<br /><br />Don't worry, sorted.