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 the forum wrapper?

4 posters

Go down

Solved Remove the forum wrapper?

Post by Kirbs Sat 31 Oct - 0:58

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/


Last edited by Kirbs on Sat 31 Oct - 3:47; edited 1 time in total
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

Solved Re: Remove the forum wrapper?

Post by SLGray Sat 31 Oct - 1:16

Do you mean the banner?


Remove the forum wrapper? Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51471
Reputation : 3523
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Remove the forum wrapper?

Post by Kirbs Sat 31 Oct - 1:24

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?
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

Solved Re: Remove the forum wrapper?

Post by EndlessDream Sat 31 Oct - 2:19

It's possible, go to your Admin panel -> Display -> Colors -> CSS Stylesheet
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
EndlessDream
Forumember

Male Posts : 107
Reputation : 22
Language : English, Spanish, Serbian

Back to top Go down

Solved Re: Remove the forum wrapper?

Post by Kirbs Sat 31 Oct - 3:37

Thanks! this'll do it
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

Solved Re: Remove the forum wrapper?

Post by brandon_g Sat 31 Oct - 3:39

Is this solved?

-Brandon


Remove the forum wrapper? Brando10
Remember to mark your topic Remove the forum wrapper? Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

Remove the forum wrapper? Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10113
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

Solved Re: Remove the forum wrapper?

Post by Kirbs Sat 31 Oct - 3:47

Yes it is!
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

Solved Re: Remove the forum wrapper?

Post by brandon_g Sat 31 Oct - 3:57

Ok Smile! Thanks for the help @EndlessDream Remove the forum wrapper? 1f600 .


Topic solved and archived ~ brandon_g


Remove the forum wrapper? Brando10
Remember to mark your topic Remove the forum wrapper? Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

Remove the forum wrapper? Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10113
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

Back to top

- Similar topics

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