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 i remove in the menu, Memberlist, f&q, Groups ect

3 posters

Go down

How to i remove in the menu, Memberlist, f&q, Groups ect Empty How to i remove in the menu, Memberlist, f&q, Groups ect

Post by fubzey October 23rd 2015, 7:29 pm

Technical Details


Forum version : #phpBB2
Position : Founder
Concerned browser(s) : Google Chrome
Who the problem concerns : Yourself
Forum link :

Description of problem

title says everything below need to remove as forums is more of a website
avatar
fubzey
Forumember

Posts : 31
Reputation : 1
Language : english

Back to top Go down

How to i remove in the menu, Memberlist, f&q, Groups ect Empty Re: How to i remove in the menu, Memberlist, f&q, Groups ect

Post by DarkCrowDawn October 27th 2015, 1:14 am

try this code.
Code:
a.mainmenu[href="/calendar"], a.mainmenu[href="/search"], a.mainmenu[="/memberlist"], a.mainmenu[href="/f&q"]
  display:none;
}
DarkCrowDawn
DarkCrowDawn
New Member

Male Posts : 12
Reputation : 1
Language : English

http://theworldofdarkness.forumotion.me/

Back to top Go down

How to i remove in the menu, Memberlist, f&q, Groups ect Empty Re: How to i remove in the menu, Memberlist, f&q, Groups ect

Post by Wealh October 28th 2015, 4:23 am

DarkCrowDawn wrote:try this code.
Code:
a.mainmenu[href="/calendar"], a.mainmenu[href="/search"], a.mainmenu[="/memberlist"], a.mainmenu[href="/f&q"]
  display:none;
}

Well, your code won't work since you forgot to add the openning brace and a "href".

Here are the mistakes:

a.mainmenu[href="/calendar"], a.mainmenu[href="/search"], a.mainmenu[="/memberlist"], a.mainmenu[href="/f&q"]
 display:none;

Try this code instead:

Code:
a.mainmenu[href="/faq"], a.mainmenu[href="/memberlist"], a.mainmenu[href="/groups"] {
  display: none;
}

Spoiler:
Wealh
Wealh
Forumember

Posts : 69
Reputation : 6
Language : English

http://boredom.iftopic.com/

Back to top Go down

Back to top

- Similar topics

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