Help with background line
Help with background line
Ok so I've been trying to make it where my background line is see threw so I can see my real BG.
Not sure how to do this in CSS considering I don't know the proper selector.
Forum working on: www.All-Gamerz.com
Forum testing theme on: www.wcpforums.friendhood.net
Not sure how to do this in CSS considering I don't know the proper selector.
Forum working on: www.All-Gamerz.com
Forum testing theme on: www.wcpforums.friendhood.net
EverEffects- Forumember
- Posts : 105
Reputation : 1
Language : English
Re: Help with background line
As the forum labels it, "body line background". I'm trying to lower the opacity to be able to view my true background. Or if possible just resize the body line. I don't know the proper selector in the CSS to adjust it.
Also a second question, do you know how to move the banner left to right? As it stands right now it is centered, I'd like to move it to the left.
Also a second question, do you know how to move the banner left to right? As it stands right now it is centered, I'd like to move it to the left.
EverEffects- Forumember
- Posts : 105
Reputation : 1
Language : English
Re: Help with background line
ACP - General - Forum - Configuration - Pages structure:
ACP - Display - Homepage - Headers & Navigation - Logo positioning : Right (:
ACP - Display - Homepage - Headers & Navigation - Logo positioning : Right (:
Guest- Guest
Re: Help with background line
The resizing worked great! Do you have any idea on the opacity though?
EverEffects- Forumember
- Posts : 105
Reputation : 1
Language : English
Re: Help with background line
Put this in your CSS:
- Code:
.bodyline{
filter:alpha(opacity=90);
opacity:9.0;
}
Guest- Guest
Re: Help with background line
Nothing happened.. Thanks for trying though
EverEffects- Forumember
- Posts : 105
Reputation : 1
Language : English
Re: Help with background line
Nice idea for your forum, EverEffects.
try this...
try this...
- Code:
body {
opacity:0.8;
filter:alpha(opacity=90);
}
Re: Help with background line
That worked! Thanks man!
EverEffects- Forumember
- Posts : 105
Reputation : 1
Language : English
Re: Help with background line
Since this thread appears to be solved, I will lock this thread and mark it as solved.

Sanket

Sanket

Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum