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

    Hiding Register and Login from fa toolbar

    FrOsTyXi
    FrOsTyXi
    Forumember


    Male Posts : 460
    Reputation : 12
    Language : english

    Solved Hiding Register and Login from fa toolbar

    Post by FrOsTyXi January 10th 2015, 12:05 am

    Hello I have a custom nav bar but i still use the notifications from it on the nav bar like this image
    Hiding Register and Login from fa toolbar 11aa10

    What i would like to do if possible is hide the register and login here
    Hiding Register and Login from fa toolbar Aaa10
    So that the custom nav register and login are only showing, I tried this code but it removed the notifications

    Code:
    #fa_right {
    display: none !important;
    }

    Possible to do what i'm asking?

    Thank you in advance!
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Hiding Register and Login from fa toolbar

    Post by Ange Tuteur January 10th 2015, 12:12 am

    Add this rule to your stylesheet.
    Display > Colors > CSS stylesheet
    Code:
    #fa_right a.rightHeaderLink[href$="/login"], #fa_right a.rightHeaderLink[href$="/register"] { display:none !important }
    FrOsTyXi
    FrOsTyXi
    Forumember


    Male Posts : 460
    Reputation : 12
    Language : english

    Solved Re: Hiding Register and Login from fa toolbar

    Post by FrOsTyXi January 10th 2015, 12:19 am

    @Ange Thank you yet again sir, it's great learning these tricks with CSS!
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Hiding Register and Login from fa toolbar

    Post by Ange Tuteur January 10th 2015, 12:29 am

    You're welcome ^^

    Topic archived

      Current date/time is September 22nd 2024, 5:28 pm