I like the Nova template and am trying to develop a Joomla site using it.
I am having a problem with the colour of the text in User Module 3.
The sample shows user module 3 to have white text:
http://demotemplates.joomlashack.com/nova/index.htmlThe text in my user module 3 is dark and difficult to read.
I have not made any changes to the js_nova template_css.css file, which clearly sets the text color for h3 and p to white, e.g.
Code:
div.moduletabledark h3 { color: #FFF;padding: 0;margin: 0; }
div.moduletabledark p, div.moduletabledark a { color:#fff;}
Please can someone tell me why the text in my user module 3 is not white.
Thank you.