Change default colour - Joomla! Forum - community, help and support
hello there trying figure out how change default colour left module in joomla! 2.5, know #right h3 changes on right cannot find out how change left ones... many in advance. use firebug developer tool no joy....
with regards post have resolved issue, had 1 more firebug , have located correct
< div class="moduletable_js "> , such find element within css... benefit of know need modify following element:
h3.js_heading span.backh { border: solid 0px #yourcolour;}
by default font colour h3 has been omitted therefore need add between curley brackets
{color: #yourcolor} , go...
hope find helpful.
< div class="moduletable_js "> , such find element within css... benefit of know need modify following element:
h3.js_heading span.backh { border: solid 0px #yourcolour;}
by default font colour h3 has been omitted therefore need add between curley brackets
{color: #yourcolor} , go...
hope find helpful.
Comments
Post a Comment