How to change the color Background of a Template

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Fri Mar 22, 2013 12:12 am
I need to change background color of a template...I have 3 colors by default, ORANGE, BLUE and PINK, but i need to change them to Gray...something like #a7a7a7, where i can change that? Can i acess to CSS code to modify this? what File CSS have that config? Or i need to edit the PS files?
I hope anyone can help me with this...
User avatar
Fresh Boarder

Konrad M
Fri Mar 22, 2013 10:02 am
Hi,
can you give us url to your site? It will be much easier to help you.
User avatar

GK User
Fri Mar 22, 2013 11:59 am
User avatar
Fresh Boarder

Konrad M
Fri Mar 22, 2013 12:39 pm
Please try add to override.css
Code: Select all
#gkBg {
    background: #A7A7A7 !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Fri Mar 22, 2013 1:02 pm
Stylesheets
Edit css/editor.css
Edit css/gk.stuff.css
Edit css/joomla.css
Edit css/k2.css
Edit css/layout.css
Edit css/normalize.css
Edit css/override.css
Edit css/responsive.css
Edit css/style1.css
Edit css/style2.css
Edit css/style3.css
Edit css/template.css
Edit css/template.rtl.css

i have all this CSS files, do you know what is the one i need to edit?

thx for your patience :)
User avatar
Fresh Boarder

Konrad M
Fri Mar 22, 2013 1:03 pm
I told you
Please try add to override.css

And remeber to activate this css file in template settings.
User avatar

GK User
Thu Mar 28, 2013 11:34 am
Thx for your help Konrad...

i have another problem, i hope you can help me pls...
in this template ---> https://www.gavick.com/joomla-templates ... ch,87.html

How do i change the 3 big images in the main page (the animated clouds)?

thx for your patience
User avatar
Fresh Boarder

GK User
Thu Mar 28, 2013 3:09 pm
problem solve... thx anyway :D
User avatar
Fresh Boarder


cron