2011-05-10, 05:08 AM
How do I make my Forum's background transparent.. something like friendster.com! sorry for my bad english. ^_^ hope you'll understand.
Background Transparent?
|
2011-05-10, 05:08 AM
How do I make my Forum's background transparent.. something like friendster.com! sorry for my bad english. ^_^ hope you'll understand.
2011-05-10, 05:25 AM
Go to: ACP > Themes > Your theme > Edit > global.css > Edit in Advanced Mode > and find;
and Add the following code in "background attribute"
For example, if your #container style is like this;
After changing it becomes;
2011-05-10, 07:47 AM
(This post was last modified: 2011-05-10, 07:48 AM by Aries-Belgium.)
rgba doesn't work on all browsers yet.
I would suggest using a transparent image as you background. So in your image editor (Photoshop, The Gimp, ...) create a 30 by 30 pixels image and fill it with the color you want. Now change the opacity to 50% or something and save the image to a PNG file (let's say bg.png). Upload the image to the image folder. Now edit the global.css stylesheet form your theme via AdminCP > Templates & Style > Themes > (your theme) > global.css > Advanced Mode. Now search for (it can be different for your theme): and replace with:
Look at the background attribute.
2011-05-12, 08:57 AM
Can I have a link to your website? I will see what elements need to be changed.
2011-05-14, 02:48 AM
(2011-05-12, 08:57 AM)Aries-Belgium Wrote: Can I have a link to your website? I will see what elements need to be changed. this is my website, www.wwe-philippines.tk .. hope you can help me, ^_^
2011-11-06, 07:35 PM
I think this solution is the easiest. It worked for me.
Here is what my container looks like: #container { width: 98%; color: #000000; border: 0px solid #e4e4e4; margin: auto auto; padding: 10px; text-align: left; } That makes the container transparent but the body then shows through. So this is what I have for body: body { color: #000; text-align: center; line-height: 1.4; font-family: Verdana, Arial, Sans-Serif; font-size: 13px; } Note that neither has a background line. That is what makes them "transparent'. Since the container and body background are now gone, I widened the forum a bit by reducing the padding to 10px and increasing the width to 98%. |
« Next Oldest | Next Newest »
|