XF 1.4 styling subforums and breadcrumbs [discussion list]

Sami Jalal

Well-known member
hello :)

please where can i find the code of subforums and breadcrumbs in the discussionlist page?

I want to edit them only in this page...

sub.webp
 
i can edit this code in xenforo_sections.css but it affects the forum homepage (for subforums)

Code:
.sectionMain
{
    @property "sectionMain";
    background-color: @textCtrlBackground;
    padding: 10px;
    margin: 10px auto 10px -20px;
    @property "/sectionMain";
}
 
Top Bottom