D

Deleted member 5751

  • Deleted member 5751
Hi, is there an option to remove this or must I use CSS to hide it instead?

Thanks
 

Russ

Pixel Exit Staff
Hello, you'll need to use CSS to hide it. Place this inside extra.less:

Code:
@media (min-width: (@xf-responsiveMedium  + 1))
{
    .structItem-cell.structItem-cell--main
    {
        padding-left: ((@xf-paddingMedium) + (@xf-paddingLarge)) / 2;
        &:before
        {
            display: none;
        }
    }
}

I think it's worth an option to disable the original CSS, I'll get it added to the next release.
 

Russ

Pixel Exit Staff
Hello, closing this ticket out. This is now an option in our next release (2.2.9). It'll be pushed out when XenForo releases 2.2.9. You can remove the CSS above after your update and go to Style properties -> Bolt properties to disable the option "Enable discussion indicators".
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.