Text colour headache with custom module download - Joomla! Forum - community, help and support
hello,
i'm close going live first joomla site , have 1 final headscratcher around.
i've downloaded custom module newsletter subscriptions (http://mavrosxristoforos.com/joomla-ext ... subscriber) , have tested - working fine.
but, text on module seems invisible, or same colour fill , can seen when highlighted mouse. have gone through module file , defaults set #000000 , i've not altered on module side of things.
am thinking down template, i've not experienced problem other added text (most of content added pre uploading template, i'm using artisteer).
if there's obvious i'm missing, i'd appreciate help!
you can see module (currently called 'test subscribe) here: http://www.littlegeniuscrafts.com/test , i've attached module txt file, couple of screenshots of module manager.
hopefully 1 of kind people can spot problem! thanks.
i'm close going live first joomla site , have 1 final headscratcher around.
i've downloaded custom module newsletter subscriptions (http://mavrosxristoforos.com/joomla-ext ... subscriber) , have tested - working fine.
but, text on module seems invisible, or same colour fill , can seen when highlighted mouse. have gone through module file , defaults set #000000 , i've not altered on module side of things.
am thinking down template, i've not experienced problem other added text (most of content added pre uploading template, i'm using artisteer).
if there's obvious i'm missing, i'd appreciate help!
you can see module (currently called 'test subscribe) here: http://www.littlegeniuscrafts.com/test , i've attached module txt file, couple of screenshots of module manager.
hopefully 1 of kind people can spot problem! thanks.
the color coming file/code:
http://www.littlegeniuscrafts.com/test/templates/lgcv1_281112/css/template.css
you can find these things using tool firebug. on following page video tutorials:
http://docs.joomla.org/using_firebug_wi ... la_website
mark
http://www.littlegeniuscrafts.com/test/templates/lgcv1_281112/css/template.css
code: select all
.art-blockcontent table, .art-blockcontent li, .art-blockcontent a, .art-blockcontent a:link, .art-blockcontent a:visited, .art-blockcontent a:hover
{
color: #ab9663;
font-size: 13px;
font-family: verdana, geneva, arial, helvetica, sans-serif;
line-height: 175%;
}you can find these things using tool firebug. on following page video tutorials:
http://docs.joomla.org/using_firebug_wi ... la_website
mark
Comments
Post a Comment