Removing this bar help?
2 posters
Page 1 of 1
Removing this bar help?
Hi, How do I remove this bar from my forum? I can't take a screenshot of it cause the computer isn't cooperating with me but it's not hard to spot.
http://spacebound.forumotion.com/
For a guest it says " You are not connected , please log in or register " That bar, it's on the bottom of the screen. I don't want it there, how can I remove it?
http://spacebound.forumotion.com/
For a guest it says " You are not connected , please log in or register " That bar, it's on the bottom of the screen. I don't want it there, how can I remove it?
Re: Removing this bar help?
Remove this from your CSS:
- Code:
#userlinks.not-connected {
border-bottom: 1px solid rgb(198, 204, 212);
text-align: center;
}
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Removing this bar help?
SLGray wrote:Remove this from your CSS:
- Code:
#userlinks.not-connected {
border-bottom: 1px solid rgb(198, 204, 212);
text-align: center;
}
I couldn't find that part so I removed this instead
- Code:
#userlinks {
height: 20px;
background: transparent url('http://i1150.photobucket.com/albums/o619/skin_forumotion/source/bg-footerbar.png') repeat-x top left;
border: 1px solid #2B2B2B;
color: #616B71;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
box-shadow: 0 1px 10px rgba(0, 0, 0, 1);
-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 1);
-webkit-box-shadow: 0 1px 10px rgba(0,0,0,1);
position: fixed;
width: 89%;
bottom: 14px;
z-index: 900;
}
THANKS ! Solved.
Re: Removing this bar help?
You're welcome.
Topic Solved & Locked |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Removing Last posts and more
» Removing chatbox
» Removing Ads
» Removing Founder
» Removing search box
» Removing chatbox
» Removing Ads
» Removing Founder
» Removing search box
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum