Removing Icons Legend
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Removing Icons Legend

Hi everyone :DHow can I remove this legend inside the forum?
Thanks in advanced ~
Forum's link and version in profile ..
Last edited by Rhino.Freak on March 20th 2014, 6:20 am; edited 1 time in total
Re: Removing Icons Legend
Hi 
Edit: Try this please:
Regards,
Pizza Boi

- Code:
div.h3 {
display: none !important;
}
Edit: Try this please:
- Code:
#main-content > div.h3 {
display: none !important;
}
Regards,
Pizza Boi
Re: Removing Icons Legend
Hi 
That text cell only. If you didn't declare main content, even the "Permissions" portion would be removed. If you want, you can try it yourself first and then see if there's a problem.
Regards,
Pizza Boi

That text cell only. If you didn't declare main content, even the "Permissions" portion would be removed. If you want, you can try it yourself first and then see if there's a problem.
Regards,
Pizza Boi
Re: Removing Icons Legend
Pizza boi,
That will remove all elements with the class h3 inside the wrappers main content.
You could try something like this :
It will remove an element with the class h3 that is directly after info_open.
That will remove all elements with the class h3 inside the wrappers main content.
You could try something like this :
- Code:
#info_open + .h3 { display:none; }
It will remove an element with the class h3 that is directly after info_open.
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum