Body Background Opacity
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Body Background Opacity
I'm using this code and wonder if there is a way to make the background more transparent? I tried lowering the actual pictures opcity but it still has a white background. Any codes please??
.forumline .row1, .forumline .row2, .forumline .row3, .forumline .row3Right {
background-image: url("http://i47.tinypic.com/mkw2uv.jpg") !important;}
.forumline .row1, .forumline .row2, .forumline .row3, .forumline .row3Right {
background-image: url("http://i47.tinypic.com/mkw2uv.jpg") !important;}
Re: Body Background Opacity
Hi,
Can you please provide your forum URL? thanks.
Can you please provide your forum URL? thanks.


Attention!
- Please provide your forum URL at all times.
- When the issue is solved, please y it as solved.
Sir Chivas™- Support Moderator
-
Posts : 6810
Reputation : 433
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||
Re: Body Background Opacity
http://i47.tinypic.com/mkw2uv.jpg
That image has a white background. Make a graphic request to make the parallel lines on a transparent background. Won't be too difficult in my opinion.
That image has a white background. Make a graphic request to make the parallel lines on a transparent background. Won't be too difficult in my opinion.
Re: Body Background Opacity
I have a lot of experience with graphic design and have already tried this but it didn't work, the whole thing stayed white in the background?
Re: Body Background Opacity
I have edited your background image using this online tool.
http://www.lunapic.com/editor/?action=transparent
I uploaded your image to tinypic.com
http://i49.tinypic.com/rcvb4j.jpg
Replace your image with the image i provided or use that online tool to change the transparency %.
Now, even after adding a opaque image, it was showing white color because of a background color white already added. To remove that white background, add this to your css.
http://www.lunapic.com/editor/?action=transparent
I uploaded your image to tinypic.com
http://i49.tinypic.com/rcvb4j.jpg
Replace your image with the image i provided or use that online tool to change the transparency %.
Now, even after adding a opaque image, it was showing white color because of a background color white already added. To remove that white background, add this to your css.

- Code:
.forumline{
background-color:transparent !important;
}
Re: Body Background Opacity
- Code:
.forumline{
background-color:transparent !important;
}
I don't see that code added on your forums.
Re: Body Background Opacity
Also add this to your css along with the previous bit of css. See if it works.
- Code:
.secondarytitle {
background-color: transparent !important;
}
td.row1, td.row2, td.row3{
background-color: transparent !important;
}
.forumline tbody tr th {
background: transparent;
}
Re: Body Background Opacity
So, is this solved? Or you have further more questions?


Attention!
- Please provide your forum URL at all times.
- When the issue is solved, please y it as solved.
Sir Chivas™- Support Moderator
-
Posts : 6810
Reputation : 433
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||
Re: Body Background Opacity
Topic Solved & Locked |


Attention!
- Please provide your forum URL at all times.
- When the issue is solved, please y it as solved.
Sir Chivas™- Support Moderator
-
Posts : 6810
Reputation : 433
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||
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