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.

How to remove some navigations

2 posters

Go down

Solved How to remove some navigations

Post by Amel Nuhanovic January 25th 2012, 4:24 pm

I wanna to have only this HOME-PROFILE-YOU HAVE NO NEW MESSAGE-REGISTER-LOG IN in Headers & Navigation and other remove, i try to remove all pictures at pictures managment but again same try at Headers & Navigation to make what i want first but again same. this is forum http://craftingservice.bosnianforum.com/
Amel Nuhanovic
Amel Nuhanovic
Forumember

Male Posts : 152
Reputation : 1
Language : Bosnian
Location : Bosnia and Herzegovina

Back to top Go down

Solved Re: How to remove some navigations

Post by Nera. January 25th 2012, 4:26 pm

Add the CSS for the one you want to remove to your CSS:

1. SEARCH

Code:
a[href="/search"]{
display: none;
}

2. FAQ

Code:
a[href="/faq"]{
display: none;
}

3. GROUPS

Code:
a[href="/groups"]{
display: none;
}

4. CALENDAR

Code:
a[href="/calendar"]{
display: none;
}

5. MEMBER LIST

Code:
a[href="/memberlist"]{
display: none;
}
Nera.
Nera.
Energetic

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

Back to top Go down

Solved Re: How to remove some navigations

Post by Amel Nuhanovic January 25th 2012, 4:31 pm

working thanks solved
Amel Nuhanovic
Amel Nuhanovic
Forumember

Male Posts : 152
Reputation : 1
Language : Bosnian
Location : Bosnia and Herzegovina

Back to top Go down

Solved Re: How to remove some navigations

Post by Nera. January 25th 2012, 4:32 pm

Topic 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