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.

Remove Jumbox with CSS

3 posters

Go down

Remove Jumbox with CSS Empty Remove Jumbox with CSS

Post by Scorpi94 August 4th 2012, 8:34 pm

Is there any chance to remove the jumpbox with CSS code in phpBB3? Hem
Scorpi94
Scorpi94
Forumember

Female Posts : 120
Reputation : 2
Language : Bulgarian, English
Location : Bulgaria

http://freddie-mercury.catsboard.com

Back to top Go down

Remove Jumbox with CSS Empty Re: Remove Jumbox with CSS

Post by Jaredseven August 4th 2012, 8:40 pm

Try this code in the CSS:

Code:
fieldset.quickmod {
    display: none;
}
fieldset.jumpbox {
    display: none;
}
Jaredseven
Jaredseven
Forumember

Male Posts : 96
Reputation : 6
Language : English
Location : Omaha

Back to top Go down

Remove Jumbox with CSS Empty Re: Remove Jumbox with CSS

Post by LGforum August 5th 2012, 2:30 am

For phpbb3 it should be this:
Code:
fieldset.vf_jumpbox { display: none }
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Back to top

- Similar topics

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