Background Color NOT body

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Jan 25, 2013 7:39 pm
Reply with quote
Report this post
Hi

I'm stack. I want to change the color but not on all body (template), only around of it.

Many Thanks for your help
User avatar
Expert Boarder

teitbite
Fri Jan 25, 2013 8:12 pm
Reply with quote
Report this post
Hi

If You have content in mind than here is a style class You should take a look at:

Code: Select all
#gkPageContent {
    background: url("/joomla25/news/templates/gk_news/images/line.png") repeat-y scroll 0 0 #DDDDDD;
}
User avatar
Moderator

GK User
Fri Jan 25, 2013 11:11 pm
Reply with quote
Report this post
Hi

No just color out side of the content (template).

Thanks
User avatar
Expert Boarder

teitbite
Sat Jan 26, 2013 7:35 am
Reply with quote
Report this post
Hi

Please show me exactly what You have in mind. I do not understand.
User avatar
Moderator

GK User
Sat Jan 26, 2013 6:00 pm
Reply with quote
Report this post
Please check the attachment...

I need only on these around the content positions and not in the content

and here is the url: demo1-join-greece.gr

Many Thanks

Image
User avatar
Expert Boarder

teitbite
Sun Jan 27, 2013 1:48 am
Reply with quote
Report this post
Hi

You need to use couple of classes than:

Code: Select all
body {
    background: none repeat scroll 0 0 #DDDDDD;
}

#gkPageContent,
#gkContentTop {
    background-color: #FFFFFF;
}
User avatar
Moderator

GK User
Sun Jan 27, 2013 9:43 am
Reply with quote
Report this post
Hi

Yes !!! What I need

Million Thanks !!!
User avatar
Expert Boarder


cron