Remove border on brackets

1562 views
Hello everyone,

Introduction & Images

Recently I've come across quite a lot of forums which have attempted to remove the borders on their brackets either via a background colour or removing the border then not knowing what to do next. So today I am going to show you all how to remove this border and bring back the old style.

If you don't know what I'm talking about, it's this:


Simply implement this code into your Admin/Design/Developer Code/CSS Code, update the page and head over to the forums to see your sleek new brackets.

Here is an example of what it would look like:


Code
.bracket{
    border:none;
    padding:0px;
    padding-bottom: 10px;
}

I know, that's it! Hope you enjoyed.

Regards,
flugs
Support User
Reply