Howdy,
Using Firebug I know what I want to change and what I want to change it too.
~
But some stuff is located in /templates/base/css/general.css
~
How do I edit /templates/tmpl_uni_copy/css/general.css to override something from the above file?
~
E.G. I changed the following in Firebug and got the results I wanted.
~
From:
background-color:#FFFFFF;
margin-right:auto;
padding:0;
position:relative;
text-align:center;
}
~
To:
~
How do I change that from /templates/tmpl_uni_copy/css/general.css insted of /templates/base/css/general.css ???
~
Thanks.