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 you remove something from the navbar?

Go down

Solved Can you remove something from the navbar?

Post by AndyDS November 27th 2010, 10:07 am

Say, I want to get rid of the calender from the navbar because it looks ugly.
Does anyone know how to remove it?
===
PS it's not the only thing I want to remove, I just want to know how.
avatar
AndyDS
Forumember

Posts : 26
Reputation : 0
Language : English

Back to top Go down

Solved Re: Can you remove something from the navbar?

Post by Guest November 27th 2010, 2:42 pm

ACP - Modules - Calendar - Configuration - Activate the calendar : No

For other links use CSS code:
Code:

a[href="LINK TO THE NAVBAR"]{
display:none;}

e.g, delete the faq:
Code:

a[href="/faq.htm"]{
display:none;}
avatar
Guest
Guest


Back to top Go down

Solved Re: Can you remove something from the navbar?

Post by AndyDS November 28th 2010, 12:06 am

~ta, solved.
avatar
AndyDS
Forumember

Posts : 26
Reputation : 0
Language : English

Back to top Go down

Solved Re: Can you remove something from the navbar?

Post by Guest November 28th 2010, 1:09 am

Solved + Locked
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

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