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

    How do I remove/hide the FAQ on the Navigation Bar?

    marlamin1
    marlamin1
    Forumember


    Male Posts : 37
    Reputation : 1
    Language : english
    Location : Clearfield, Pennsylvania

    Solved How do I remove/hide the FAQ on the Navigation Bar?

    Post by marlamin1 February 12th 2012, 5:29 pm

    Hello there. I'm wondering how one would go about hiding or removing the FAQ link from the Navigation Bar on the forum homepage. Thus far I only see options for changing the viewing level to guest, member, moderator, admin. I tried removing the image and even setting it with a 1px transparent image however it still registers a link and padding on either side of the image.

    I see other navigation tabs that don't appear normally such as the gallery and I'd like to make the FAQ not appear all the same. The staff is prepared to answer any questions members may or may not have to make up for the fact that the FAQ will not be available. However it currently is taking up too much space on our nav bar and is causing the other images to overflow and drop to a second line below the nav bar.

    An alternative would also be to find a way to set the viewing permissions to guests ONLY. The guest navigation bar is shorter than the normal member one and can accommodate the extra image.

    I have access to the admin panel and I am fairly familiar with editing the CSS stylesheets should your responses deal with those. I can as well offer additional information should it be required. Thank you for taking the time to read this...


    Last edited by marlamin1 on February 12th 2012, 5:34 pm; edited 1 time in total
    Omu
    Omu
    Active Poster


    Male Posts : 1021
    Reputation : 87
    Language : Romanian, English

    Solved Re: How do I remove/hide the FAQ on the Navigation Bar?

    Post by Omu February 12th 2012, 5:31 pm

    Try this in CSS:
    ACP > Display > Colors > CSS stylesheet

    Code:
    img[src="http://2img.net/i/fa/empty.gif"] {
    display: none;}
    img[src="http://2img.net/i/fa/m/icon_mini_faq1.gif"] {
    display: none;}
    img[src="FAQ IMAGE LINK"] {
    display: none;}
    a[href="/faq"] { display: none; position: absolute;}
    a img [href="/faq"] { display: none; position: absolute;}


    Last edited by Kalimdor on February 12th 2012, 5:34 pm; edited 1 time in total
    marlamin1
    marlamin1
    Forumember


    Male Posts : 37
    Reputation : 1
    Language : english
    Location : Clearfield, Pennsylvania

    Solved Re: How do I remove/hide the FAQ on the Navigation Bar?

    Post by marlamin1 February 12th 2012, 5:33 pm

    Answered within two minutes. You guys never fail to impress me. It did work, thank you very much.
    Omu
    Omu
    Active Poster


    Male Posts : 1021
    Reputation : 87
    Language : Romanian, English

    Solved Re: How do I remove/hide the FAQ on the Navigation Bar?

    Post by Omu February 12th 2012, 5:35 pm

    With pleasure Razz
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: How do I remove/hide the FAQ on the Navigation Bar?

    Post by Sanket February 12th 2012, 6:34 pm

    Topic Solved & Locked

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