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.

Can't delete Navigations.

2 posters

Go down

Solved Can't delete Navigations.

Post by CryptKeeper June 3rd 2011, 6:54 am

How am I supposed to delete things on my Nav Bar? It shows no red X to the Yellow circle when I see other pictures. Is there something I am supposed to do before that?

I've looked in the FAQ and used the search bar but nothing came up.
CryptKeeper
CryptKeeper
New Member

Male Posts : 9
Reputation : 0
Language : English
Location : Kansas, USA

http://abnclan.forumotion.com/

Back to top Go down

Solved Re: Can't delete Navigations.

Post by Nera. June 3rd 2011, 9:22 am

Hi,

Do you want to remove navigation pictures or navigation completely?
For the pictures;
Go to your Admin panel >> Display >> Pictures managment >> Advanced >> delete completely picture links and save.

To remove the navigations completely add this to your CSS depending on the button you want to remove. Don't add it all. Admin panel >> Display >> Colors >> CSS
Search:
Code:
a[href="/search"]{
display: none;
}
Faq:
Code:
a[href="/faq"]{
display: none;
}
Groups:
Code:
a[href="/groups"]{
display: none;
}
Calendar:
Code:
a[href="/calendar"]{
display: none;
}
Memberlist:
Code:
a[href="/memberlist"]{
display: none;
}
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Can't delete Navigations.

Post by CryptKeeper June 3rd 2011, 10:11 pm

Thank you so much, you got it to work.

:wouhou:
CryptKeeper
CryptKeeper
New Member

Male Posts : 9
Reputation : 0
Language : English
Location : Kansas, USA

http://abnclan.forumotion.com/

Back to top Go down

Solved Re: Can't delete Navigations.

Post by Nera. June 3rd 2011, 10:15 pm

You welcome.

Solved => locked
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top

- Similar topics

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