The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Removing this bar help?

2 posters

Go down

Solved Removing this bar help?

Post by DK January 14th 2013, 11:29 pm

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?

DK
DK
Forumember

Male Posts : 588
Reputation : 13
Language : English

http://ourworldhub.forumotion.com/forum

Back to top Go down

Solved Re: Removing this bar help?

Post by SLGray January 15th 2013, 12:20 am

Remove this from your CSS:
Code:
#userlinks.not-connected {
    border-bottom: 1px solid rgb(198, 204, 212);
    text-align: center;
}


Removing this bar help?  Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51554
Reputation : 3524
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Removing this bar help?

Post by DK January 15th 2013, 12:28 am

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.
DK
DK
Forumember

Male Posts : 588
Reputation : 13
Language : English

http://ourworldhub.forumotion.com/forum

Back to top Go down

Solved Re: Removing this bar help?

Post by SLGray January 15th 2013, 12:31 am

You're welcome.
Topic Solved & Locked


Removing this bar help?  Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51554
Reputation : 3524
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum