XF 2.1 How do I change the border of container of sub-forums while keep those for thread list?

gogo

Well-known member
Change the border pointed by red color but keep the border pointed by green arrow unchanged.

In short, how do I distinguish them?

The following code will change them at the same time:

Less:
 .block-container
{
    border-width: 0px;
}


1595997319562.webp
 
Top Bottom