Problem with background
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Problem with background
How can i disapear the grey background....?
http://perseusjackson.forumgreek.com/forum
http://perseusjackson.forumgreek.com/forum
george- Forumember
-
Posts : 52
Reputation : 0
Language : greek,english,french,germany...
Re: Problem with background
admin panel -> display tab -> picture & colours section -> pics management -> advance mode , you can set it as you want the background...
Re: Problem with background
i dont want to change color, i dont want it
george- Forumember
-
Posts : 52
Reputation : 0
Language : greek,english,french,germany...
Re: Problem with background
Hi,
To make your background transparent/gone, add this to AP >> Display >> Colors >> CSS
To make your background transparent/gone, add this to AP >> Display >> Colors >> CSS
- Code:
.bodyline {
background: transparent !important;
}
Re: Problem with background
you are god 
but a little bit is grey too...
why?

but a little bit is grey too...

george- Forumember
-
Posts : 52
Reputation : 0
Language : greek,english,french,germany...
Re: Problem with background
The code removed your bodyline background. What else do you want gone? Can you point me with a screen shot? Rows background?
Re: Problem with background
the categories have backgrounds too!
george- Forumember
-
Posts : 52
Reputation : 0
Language : greek,english,french,germany...
Re: Problem with background
Categories is a wide word.
This code will remove all the gray backgrounds on your forum.
If you don't want all of it removed remove the portions of the code, you'll see what effects what.
This code will remove all the gray backgrounds on your forum.
- Code:
.forumline {
background: transparent !important;
border: none !important;
}
p, td, th {
background: transparent !important;
}
.forumline .row1, .forumline .row2, .forumline .row3, .forumline .row3Right {
background: none repeat scroll 0 0 transparent !important;
}
If you don't want all of it removed remove the portions of the code, you'll see what effects what.
Re: Problem with background
what are portions? :$
george- Forumember
-
Posts : 52
Reputation : 0
Language : greek,english,french,germany...
Re: Problem with background
Parts.
The first code/part/portion is .forumline { until it get closed with }
- the second is p, td, th {
- and the third .forumline .row1, .forumline .row2, .forumline .row3, .forumline .row3Right {
The first code/part/portion is .forumline { until it get closed with }
- the second is p, td, th {
- and the third .forumline .row1, .forumline .row2, .forumline .row3, .forumline .row3Right {
Re: Problem with background
i did something wrong
can u post it as code?
:$


george- Forumember
-
Posts : 52
Reputation : 0
Language : greek,english,french,germany...
Re: Problem with background
This will remove your body and it's border.
This will remove tds and table headers colors.
This will remove color & border behind your forums.
This will remove rows colors.
Put one by one and see what does it affect and than leave in the CSS the one you want.
- Code:
.bodyline {
background: transparent !important;
border: none !important;
}
This will remove tds and table headers colors.
- Code:
p, td, th {
background: transparent !important;
}
This will remove color & border behind your forums.
- Code:
.forumline {
background: transparent !important;
border: none !important;
}
This will remove rows colors.
- Code:
.forumline .row1, .forumline .row2, .forumline .row3, .forumline .row3Right {
background: none repeat scroll 0 0 transparent !important;
}
Put one by one and see what does it affect and than leave in the CSS the one you want.
Last edited by Nera. on September 25th 2011, 1:27 am; edited 1 time in total
Re: Problem with background
Oh... thanks 

george- Forumember
-
Posts : 52
Reputation : 0
Language : greek,english,french,germany...
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum