How can I remove userlinks under the navbar? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
3 posters

    How can I remove userlinks under the navbar?

    avatar
    ttacademyforum
    New Member


    Female Posts : 3
    Reputation : 1
    Language : Hungarian

    In progress How can I remove userlinks under the navbar?

    Post by ttacademyforum August 5th 2015, 11:26 pm

    Hi everybody!

    I would like to remove the userlinks ("View posts since last visit", "View your posts" and  "View unanswered posts") under the navigation bar.

    I saw in an another topic this CSS code line:

    Code:
    #userlinks ul { display:none }


    But didn't worked for me (actually I'm not sure I placed it correctly... my "Display - Colors - CSS" was totally empty, I just put the code in the first line). I use phpBB3.

    Please help me!
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: How can I remove userlinks under the navbar?

    Post by SLGray August 6th 2015, 4:50 am

    Code:
    #userlinks ul {
        display: none !important;
     }



    How can I remove userlinks under the navbar? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    ttacademyforum
    New Member


    Female Posts : 3
    Reputation : 1
    Language : Hungarian

    In progress Re: How can I remove userlinks under the navbar?

    Post by ttacademyforum August 6th 2015, 11:23 pm

    Thank you very much!

    And how to place it? I just have to copy and paste it to the empty CSS text field, to the 1st line?
    brandon_g
    brandon_g
    Manager
    Manager


    Male Posts : 10113
    Reputation : 923
    Language : English
    Location : USA

    In progress Re: How can I remove userlinks under the navbar?

    Post by brandon_g August 6th 2015, 11:32 pm

    ttacademyforum wrote:
    And how to place it? I just have to copy and paste it to the empty CSS text field, to the 1st line?


    That is correct Wink.
    avatar
    ttacademyforum
    New Member


    Female Posts : 3
    Reputation : 1
    Language : Hungarian

    In progress Re: How can I remove userlinks under the navbar?

    Post by ttacademyforum August 7th 2015, 10:48 pm

    Unfortunately, that snippet didn't work Sad

    Do you have any other ideas?