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.

CSS code to remove Navigation

2 posters

Go down

Solved CSS code to remove Navigation

Post by Saxaca September 4th 2010, 5:17 pm

Yeah, removing the Jump To forum drop down list. I need an CSS code for phBB3..

Thanks in Advanc'


Last edited by Santa Sauce on September 11th 2010, 12:29 pm; edited 1 time in total
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

Solved Re: CSS code to remove Navigation

Post by RoNo September 5th 2010, 10:57 pm

Santa Sauce... WaZaAp?! Cool

Use this
Code:
select {
   display:none !important;
   }

fieldset.jumpbox {
   display:none !important;
   }

fieldset.quickmod {
   display:none !important;
   }
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Solved Re: CSS code to remove Navigation

Post by Saxaca September 6th 2010, 5:20 pm

Lol, it WoRkS Cool , but i still have the "Go To" button left..
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

Solved Re: CSS code to remove Navigation

Post by RoNo September 9th 2010, 5:33 am

This will remove the "Jump to" text & "Go" button
Code:
p.right {
   display:none!important;
   }
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Solved Re: CSS code to remove Navigation

Post by Saxaca September 11th 2010, 11:03 pm

Thanks!

---> Solved
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

Solved Re: CSS code to remove Navigation

Post by RoNo September 11th 2010, 11:24 pm

RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Back to top


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