nav link
+3
SLGray
Ace 1
yaanz
7 posters
Page 1 of 1
nav link
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
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
Re: nav link
Hey @yaanz
Go to Administration Panel > Display > Colors > CSS StyleSheet and add this code:
Go to Administration Panel > Display > Colors > CSS StyleSheet and add this code:
- Code:
ul.navlinks { font-size: 0 }
Re: nav link
Add this to your CSS stylesheet:
- Code:
#pun-navlinks li {
display: none;
}
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: nav link
added to my css stylesheet but still i can see it nothing changedSLGray wrote:Add this to your CSS stylesheet:
- Code:
#pun-navlinks li {
display: none;
}
https://i.servimg.com/u/f18/18/49/53/42/111.jpg
Re: nav link
- 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
Re: nav link
ZuniThoang wrote:
- Code:
# Pun-navlinks li {
display: none!important;
}
You try to use this code
nothing changed any one help please
Re: nav link
OPTION1:
Find this code:
OPTION 2:
Add this code to your CSS:
OPTION 3
Display >> Template >> overall_header
Find this code and delete it:
Find this code:
- Code:
#pun-head #pun-navlinks {
background-color: #18405e;
border-color: #ddd;
padding: .5em 1.1em .6em;
}
- 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}
Re: nav link
put this at the top of your CSS files
- Code:
#pun-navlinks li a {
display: none !important;
font-size: 0px !important;
}
- See screen shot:
Re: nav link
i treid the code u give me but nothing changed ...APE wrote:put this at the top of your CSS filesResult is :
- Code:
#pun-navlinks li a {
display: none !important;
font-size: 0px !important;
}
- See screen shot:
Re: nav link
Try doing this :
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
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
Similar topics
» How do I create a link where you hover over the link and it pops up some kinda text?
» Link Random Banners to a diffrent Link
» Forum Link after link with FB Module
» how to add one more link
» Link
» Link Random Banners to a diffrent Link
» Forum Link after link with FB Module
» how to add one more link
» Link
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum