Background Color - Joomla! Forum - community, help and support
i have seen few posts on topic , have tried them all. http://www.heapwebdesign.com/proofs/
i changed background header dark green can't figure out how grey change green in gradient
body
{
background: #eee url(../images/header_outer1.jpg) repeat-x ;
color: #ccd6d7;
font-family: arial, helvetica, sans-serif;
}
i have cleared cache , still no luck...
i changed background header dark green can't figure out how grey change green in gradient
body
{
background: #eee url(../images/header_outer1.jpg) repeat-x ;
color: #ccd6d7;
font-family: arial, helvetica, sans-serif;
}
i have cleared cache , still no luck...
i use google chrome nifty "inspect element" functionality.
with easy find green gradient in background of site made image: http://www.heapwebdesign.com/proofs/tem ... outer1.jpg
declared in /templates/beez5/css/beez5.css line 19:
with easy find green gradient in background of site made image: http://www.heapwebdesign.com/proofs/tem ... outer1.jpg
declared in /templates/beez5/css/beez5.css line 19:
code: select all
body {
background: #eee url(../images/header_outer1.jpg) repeat-x;
color: #ccd6d7;
font-family: arial, helvetica, sans-serif;
}
Comments
Post a Comment