nav link 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
SLGray
Ace 1
yaanz
7 posters

    nav link

    avatar
    yaanz
    Forumember


    Posts : 58
    Reputation : 1
    Language : english

    In progress nav link

    Post by yaanz June 5th 2015, 6:05 pm

    Hi all 


    how do i remove nav link i mean ( home , forum, image, members, search, faq calender, ) this one 

    i want to remove because i have widget in side  panel so i dont need that upside links 

    thanks
    Ace 1
    Ace 1
    Helper
    Helper


    Male Posts : 843
    Reputation : 64
    Language : English - French?
    Location : Druid Hill Park

    In progress Re: nav link

    Post by Ace 1 June 5th 2015, 8:07 pm

    Hey @yaanz

    Go to Administration Panel > Display > Colors > CSS StyleSheet and add this code:

    Code:
    ul.navlinks { font-size: 0 }
    avatar
    yaanz
    Forumember


    Posts : 58
    Reputation : 1
    Language : english

    In progress Re: nav link

    Post by yaanz June 5th 2015, 8:16 pm

    still appears not working the code hmmm

    any one please
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: nav link

    Post by SLGray June 5th 2015, 8:45 pm

    Add this to your CSS stylesheet:
    Code:
    #pun-navlinks li {
        display: none;
    }



    nav link Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    yaanz
    Forumember


    Posts : 58
    Reputation : 1
    Language : english

    In progress Re: nav link

    Post by yaanz June 6th 2015, 4:35 pm

    SLGray wrote:Add this to your CSS stylesheet:
    Code:
    #pun-navlinks li {
        display: none;
    }
    added to my css stylesheet but still i can see it nothing changed

    https://i.servimg.com/u/f18/18/49/53/42/111.jpg
    ZuniThoang
    ZuniThoang
    Forumember


    Male Posts : 45
    Reputation : 4
    Language : Vietnamese
    Location : hanoi

    In progress Re: nav link

    Post by ZuniThoang June 6th 2015, 4:57 pm

    Code:
    div#pun-navlinks li {
      display: none;
    }

    You try to use this code


    Last edited by ZuniThoang on June 6th 2015, 5:03 pm; edited 1 time in total
    avatar
    yaanz
    Forumember


    Posts : 58
    Reputation : 1
    Language : english

    In progress Re: nav link

    Post by yaanz June 6th 2015, 5:02 pm

    ZuniThoang wrote:
    Code:
    # Pun-navlinks li { 
        display: none!important; 
    }

    You try to use this code

    Sad nothing changed any one help please
    ZuniThoang
    ZuniThoang
    Forumember


    Male Posts : 45
    Reputation : 4
    Language : Vietnamese
    Location : hanoi

    In progress Re: nav link

    Post by ZuniThoang June 6th 2015, 5:08 pm

    You can say known Vietnam? Bạn có thể nói tiếng Việt Nam?
    Mr.Winni
    Mr.Winni
    New Member


    Male Posts : 22
    Reputation : 4
    Language : Vietnamese, English, Chinese
    Location : Viet Nam

    In progress Re: nav link

    Post by Mr.Winni June 6th 2015, 5:36 pm

    OPTION1:
    Find this code:
    Code:
    #pun-head #pun-navlinks {
      background-color: #18405e;
      border-color: #ddd;
      padding: .5em 1.1em .6em;
    }
    Replace with this code:

    Code:
    #pun-head #pun-navlinks {
      background-color: #18405e;
      border-color: #ddd;
      padding: .5em 1.1em .6em;
      display: none;
    }

    OPTION 2:
    Add this code to your CSS:
    Code:
    #pun-head #pun-navlinks {
      display: none;
    }

    OPTION 3
    Display >> Template >> overall_header
    Find this code and delete it:
    Code:
    {GENERATED_NAV_BAR}
    avatar
    yaanz
    Forumember


    Posts : 58
    Reputation : 1
    Language : english

    In progress Re: nav link

    Post by yaanz June 6th 2015, 6:11 pm

    @ mr .vini i tried all codes but still no change Sad
    Mr.Winni
    Mr.Winni
    New Member


    Male Posts : 22
    Reputation : 4
    Language : Vietnamese, English, Chinese
    Location : Viet Nam

    In progress Re: nav link

    Post by Mr.Winni June 6th 2015, 6:41 pm

    Can you post your CSS and header to this post?
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19432
    Reputation : 2010
    Language : fluent in dork / mumbojumbo & English haha

    In progress Re: nav link

    Post by Ape June 6th 2015, 7:12 pm

    put this at the top of your CSS files
    Code:
    #pun-navlinks li a {
      display: none !important;
    font-size: 0px !important;
    }
    Result is :
     See screen shot:



    nav link Left1212nav link Center11nav link Right112
    nav link Ape_b110
    nav link Ape1010
    avatar
    yaanz
    Forumember


    Posts : 58
    Reputation : 1
    Language : english

    In progress Re: nav link

    Post by yaanz June 7th 2015, 9:05 am

    APE wrote:put this at the top of your CSS files
    Code:
    #pun-navlinks li a {
      display: none !important;
    font-size: 0px !important;
    }
    Result is :
     See screen shot:
    i treid the code u give me but nothing changed ... Sad
    Ellianna17
    Ellianna17
    Forumember


    Female Posts : 539
    Reputation : 126
    Language : English, Filipino, and Basic Spanish

    In progress Re: nav link

    Post by Ellianna17 June 7th 2015, 11:24 am

    Try doing this Wink :

    Go to the ACP > Display > Homepage > Page Structures
    Display images only in the navbar: Yes No

    Then, go to Pictures and Colors > Pics Management > Advanced Mode
    Place this: https://2img.net/i/fa/empty.gif in the text area for the links of the images for the navigation bar.

    I hope this works!

    Divine