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.

nav link

+3
SLGray
Ace 1
yaanz
7 posters

Go down

In progress nav link

Post by yaanz Fri Jun 05 2015, 19:05

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
avatar
yaanz
Forumember

Posts : 58
Reputation : 1
Language : english

http://hoangvietschool.niceboard.com/

Back to top Go down

In progress Re: nav link

Post by Ace 1 Fri Jun 05 2015, 21:07

Hey @yaanz

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

Code:
ul.navlinks { font-size: 0 }
Ace 1
Ace 1
Helper
Helper

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

https://help.forumotion.com

Back to top Go down

In progress Re: nav link

Post by yaanz Fri Jun 05 2015, 21:16

still appears not working the code hmmm

any one please
avatar
yaanz
Forumember

Posts : 58
Reputation : 1
Language : english

http://hoangvietschool.niceboard.com/

Back to top Go down

In progress Re: nav link

Post by SLGray Fri Jun 05 2015, 21:45

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

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

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: nav link

Post by yaanz Sat Jun 06 2015, 17:35

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
avatar
yaanz
Forumember

Posts : 58
Reputation : 1
Language : english

http://hoangvietschool.niceboard.com/

Back to top Go down

In progress Re: nav link

Post by ZuniThoang Sat Jun 06 2015, 17:57

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

You try to use this code


Last edited by ZuniThoang on Sat Jun 06 2015, 18:03; edited 1 time in total
ZuniThoang
ZuniThoang
Forumember

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

https://raovat.4umer.com/

Back to top Go down

In progress Re: nav link

Post by yaanz Sat Jun 06 2015, 18:02

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

You try to use this code

Sad nothing changed any one help please
avatar
yaanz
Forumember

Posts : 58
Reputation : 1
Language : english

http://hoangvietschool.niceboard.com/

Back to top Go down

In progress Re: nav link

Post by ZuniThoang Sat Jun 06 2015, 18:08

You can say known Vietnam? Bạn có thể nói tiếng Việt Nam?
ZuniThoang
ZuniThoang
Forumember

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

https://raovat.4umer.com/

Back to top Go down

In progress Re: nav link

Post by Mr.Winni Sat Jun 06 2015, 18:36

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}
Mr.Winni
Mr.Winni
New Member

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

http://dntg.forumotion.com

Back to top Go down

In progress Re: nav link

Post by yaanz Sat Jun 06 2015, 19:11

@ mr .vini i tried all codes but still no change Sad
avatar
yaanz
Forumember

Posts : 58
Reputation : 1
Language : english

http://hoangvietschool.niceboard.com/

Back to top Go down

In progress Re: nav link

Post by Mr.Winni Sat Jun 06 2015, 19:41

Can you post your CSS and header to this post?
Mr.Winni
Mr.Winni
New Member

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

http://dntg.forumotion.com

Back to top Go down

In progress Re: nav link

Post by Ape Sat Jun 06 2015, 20:12

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
Ape
Ape
Administrator
Administrator

Male Posts : 19325
Reputation : 2005
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

In progress Re: nav link

Post by yaanz Sun Jun 07 2015, 10:05

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
avatar
yaanz
Forumember

Posts : 58
Reputation : 1
Language : english

http://hoangvietschool.niceboard.com/

Back to top Go down

In progress Re: nav link

Post by Ellianna17 Sun Jun 07 2015, 12:24

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
Ellianna17
Ellianna17
Forumember

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

http://winxclub.site-forums.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum