inherit
116626
0
Jul 23, 2013 19:15:25 GMT -8
JaiJai
Virtual Warrior World
42
January 2008
starrycat89
|
Post by JaiJai on Jul 22, 2013 12:45:07 GMT -8
I tried searching for a code to turn down the opacity on my forum, but no success. I don't want to make the logo and things like that completely transparent. I just want it like, translucent. If said code already exists, can you link me to it? And where would I put it?--Global header? Thanks!
|
|
Nogo
New Member
Posts: 120
inherit
180996
0
Sept 23, 2015 22:37:18 GMT -8
Nogo
120
July 2012
nogo
|
Post by Nogo on Jul 22, 2013 22:05:06 GMT -8
In the style page under Advanced Styles/CSS, find this line. On my forum it was line 129. #wrapper { width: @wrapper_width; margin: 0 auto; overflow-x: hidden; } Add this statement to the line: "opacity: 0.85; so that the line says: #wrapper { width: @wrapper_width; margin: 0 auto; overflow-x: hidden; opacity: 0.85; } If this is too much opacity, increase the number to .90 or .95. To make it more transparent you would make the number smaller instead. If you are not used to making changes to the Styles, I would advise to make a duplicate theme of your default theme. That way you have a "backup" if you want to change it back. P.S. I am assuming this is the forum you are asking about. virtualwarriorworld.proboards.com/ When I visited your site, it looked like it was pretty much text only? If it is, this should work fine. If you do have images on any of your pages, you may want to use an RBGA color for the backgrounds instead. Using RBGA colors, you can make the background colors opaque instead of making the whole wrapper opaque. This has to be done from the style sheet as well and just be warned, some older browsers don't support RBGA.
|
|
inherit
116626
0
Jul 23, 2013 19:15:25 GMT -8
JaiJai
Virtual Warrior World
42
January 2008
starrycat89
|
Post by JaiJai on Jul 23, 2013 8:16:16 GMT -8
Thanks a million! I tried finding where to edit it in the CSS editor, but I couldn't find it (I don't have a whole lot of knowledge in coding myself, clearly, haha). Anyway, I just turned down the opacity to .95, so even though people's signatures and whatnot are slightly transparent as well, it still looks just fine. Once again, thanks a bunch! ^^
|
|
inherit
224042
0
Sept 4, 2015 16:00:26 GMT -8
candygirl85
7
August 2015
candygirl85
|
Post by candygirl85 on Aug 26, 2015 12:37:23 GMT -8
Hello,
I tried the one mentioned above, it worked and i love it! I prefer around 0.70 opacity, however, my only gripe is that my banner got included! I'd rather have my banner retain its original opacity, how do you do this?
Thanks in advance!
|
|