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.
The forum of the forums
2 posters

    Removing this bar help?

    DK
    DK
    Forumember


    Male Posts : 588
    Reputation : 13
    Language : English

    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?

    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

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


    Male Posts : 588
    Reputation : 13
    Language : English

    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.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    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.

      Current date/time is September 23rd 2024, 3:22 am