sboyle Posted December 14, 2012 Share Posted December 14, 2012 Hi I am having problems with my knowledge base item headings - The heading is white, which is the same color as the background of the Joomla template (yootheme - subway and using JWHMCS). Also having the same issue with the "Powered by WHMCompleteSolution" text - only the "Powered by" is showing, the rest again is white text on a white background. http://www.imediawebhosting.co.uk/clients/knowledgebase.php Can someone advise me 'what and where, how' I need to change to correct this problem. Hopefully someone can help. Regards Stuart 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted December 14, 2012 Share Posted December 14, 2012 In http://www.imediawebhosting.co.uk/templates/yoo_subway/css/system-all.css line 19: .system-transparent #content a, .mod-box-transparent a { color: rgba(255, 255, 255, 0.6); } Delete "color" property to restore the default value or set the color you want. Now for the copyright you just need to fix the a:hover. In the same file on line 31 look for: .system-transparent #content a:hover, .system-transparent #system .item .title a, .mod-box-transparent a:hover { color: #FFFFFF; } Same story again. Delete "color" property to use default value or set the color you want. 0 Quote Link to comment Share on other sites More sharing options...
sboyle Posted December 14, 2012 Author Share Posted December 14, 2012 Hi Kian That worked great, many thanks to you. Regards Stuart In http://www.imediawebhosting.co.uk/templates/yoo_subway/css/system-all.css line 19: .system-transparent #content a, .mod-box-transparent a { color: rgba(255, 255, 255, 0.6); } Delete "color" property to restore the default value or set the color you want. Now for the copyright you just need to fix the a:hover. In the same file on line 31 look for: .system-transparent #content a:hover, .system-transparent #system .item .title a, .mod-box-transparent a:hover { color: #FFFFFF; } Same story again. Delete "color" property to use default value or set the color you want. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.