Header coulor - Joomla! Forum - community, help and support
could please advise on changing header colour on site black red
http://hgatest17.cloudaccess.host/
thank you
http://hgatest17.cloudaccess.host/
thank you
edit css file tmpl.default.css located in directory /templates/as002042/css , changed css shown below:
before edit:
after edit:
note:
(i) make copy of file before , after edit
(ii) file may overwritten future releases of template
before edit:
code: select all
#header-row .wrapper
{
}
after edit:
code: select all
#header-row .wrapper
{
background-color: red;
}
note:
(i) make copy of file before , after edit
(ii) file may overwritten future releases of template
Comments
Post a Comment