where can i change the background colour?

Memovie Joomla Template support forum for Joomla 1.5 only.
GK User
Mon Feb 21, 2011 10:54 am
Hallo,


Sorry, my english is not the best :)

where can i change the background clolour between the moduls and areas. at time it is white. but i want it black.

i cant find this in the css file style 1
User avatar
Junior Boarder

Konrad M
Mon Feb 21, 2011 10:59 am
Hi add to override.css
Code: Select all
#gk-wrapper {
background:none repeat scroll 0 0 #000000;
}


and remember to enable it.

You couldn't find this in style1 becasue this is in template.css :)
User avatar

GK User
Mon Feb 21, 2011 11:16 am
big thanks !!

great !! thank you for that very fast help. now its fine !
User avatar
Junior Boarder

GK User
Mon Feb 21, 2011 8:34 pm
oh.. now i have a new small problem.


#gk-wrapper {
background:none repeat scroll 0 0 #000000;
}



now are the background of the articles black too. can i change the background of the artivles to white?
User avatar
Junior Boarder

Konrad M
Mon Feb 21, 2011 9:04 pm
Hi

Unfortunately div id of this background is the same on article page and home page.
User avatar

GK User
Mon Feb 21, 2011 9:15 pm
its not possible to change the colour with the articles editor in admin-area?

or

with adding a new css code für articles background?


im not very good in css coding :unsure:

i have found that
86-party-freak/73932-change-article-background-color.html#73933

but i dont know where i musst add this
User avatar
Junior Boarder

GK User
Mon Feb 21, 2011 9:31 pm
now i have add this code

#gk-mainbody{background:#fff; }

but its help only partially. more than the articles background is now white


[EDIT]
CMYKreativ write:

You'll need to add "background:#fff;" css to the div "gk-mainbody" then or if you need it more specific add it to the div "article-content". Try using FireFox and the FireBug add-on to see the specific code on your page which helps to see how it's constructed.


but... where i can find the article-content DIV ?
User avatar
Junior Boarder

Konrad M
Tue Feb 22, 2011 9:28 am
Hi
Try with div #component and add to ovveride.css
Code: Select all
#component
{
background:#ffffff;
}
User avatar


cron