Remove the forum wrapper?
4 posters
Page 1 of 1
Remove the forum wrapper?
Hi, there's this annoying wrapper on my whole forum and i would like to ask if there is a way to remove it?
http://prntscr.com/8x9sv9
here's my forum link so you can see it http://pendulumsduelacademy.forumotion.com/
http://prntscr.com/8x9sv9
here's my forum link so you can see it http://pendulumsduelacademy.forumotion.com/
Last edited by Kirbs on Sat 31 Oct - 3:47; edited 1 time in total
Kirbs- Forumember
- Posts : 628
Reputation : 18
Language : English
Re: Remove the forum wrapper?
Do you mean the banner?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Remove the forum wrapper?
No it's the grey boxed thingy that's surrounding the whole forum:
top: http://prntscr.com/8xa0i4
middle: http://prntscr.com/8xa0r0
bottom: http://prntscr.com/8xa223
I would also like to know if it's possible to remove these quick links at the bottom of my forum:
http://prntscr.com/8xa293
if it is possible, how?
top: http://prntscr.com/8xa0i4
middle: http://prntscr.com/8xa0r0
bottom: http://prntscr.com/8xa223
I would also like to know if it's possible to remove these quick links at the bottom of my forum:
http://prntscr.com/8xa293
if it is possible, how?
Kirbs- Forumember
- Posts : 628
Reputation : 18
Language : English
Re: Remove the forum wrapper?
It's possible, go to your Admin panel -> Display -> Colors -> CSS Stylesheet
Add this line:
It's the fastes way to remove it, but if you want you can look up for .bodyline in your CSS and delete background-color: #101212; and the rest what I mentioned above.
The easiest way to remove those links is by adding this to your CSS:
But, if you want harder way to do it, you can by going to your Admin Panel -> Display -> Templates - General and look for index_box and click on edit (yellow thing).
Then find this code:
And remove it, save changes and click on + to publish (confirm) it.
Add this line:
- Code:
.bodyline {
background-color: none !important;
border: none !important;
border-radius: none !important;
}
It's the fastes way to remove it, but if you want you can look up for .bodyline in your CSS and delete background-color: #101212; and the rest what I mentioned above.
The easiest way to remove those links is by adding this to your CSS:
- Code:
a[href="/search?search_id=activetopics"]
{ display: none;}
a[href="/memberlist?mode=today_posters"]
{ display: none;}
a[href="/memberlist?mode=overall_posters"]
{ display: none;}
a[href="/?mode=delete_cookies"]
{ display: none;}
But, if you want harder way to do it, you can by going to your Admin Panel -> Display -> Templates - General and look for index_box and click on edit (yellow thing).
Then find this code:
- Code:
<ul>
<li><a href="{U_MARK_READ}">{L_MARK_FORUMS_READ}</a></li>
<li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
<li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
<li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
</ul>
<!-- BEGIN switch_delete_cookies -->
<a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
<!-- END switch_delete_cookies -->
And remove it, save changes and click on + to publish (confirm) it.
EndlessDream- Forumember
- Posts : 107
Reputation : 22
Language : English, Spanish, Serbian
Re: Remove the forum wrapper?
Thanks! this'll do it
Kirbs- Forumember
- Posts : 628
Reputation : 18
Language : English
Re: Remove the forum wrapper?
Is this solved?
-Brandon
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: Remove the forum wrapper?
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Similar topics
» How to remove replies, views, latest posts and forum image columns on forum.
» How to remove "free forum" from the forum title?
» can you remove an old forum?
» I cant log in to remove my forum
» how to remove this from my forum
» How to remove "free forum" from the forum title?
» can you remove an old forum?
» I cant log in to remove my forum
» how to remove this from my forum
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum