XF 1.5 Where do find the div class?

I'm trying to remove this whole chunk in my xenforo code:
<div class="sectionMain funbox">
</div>


But I can't seem to find it, any help? :S


Thanks :)
 
Search using the template search thing:
class="sectionMain funbox

If no results, just search funbox.

It is likely this could be from a custom add-on, as I don't recall any class called funbox being in the XenForo core. So search template modifications for funbox if that also returns no results.
 
Search using the template search thing:
class="sectionMain funbox

If no results, just search funbox.

It is likely this could be from a custom add-on, as I don't recall any class called funbox being in the XenForo core. So search template modifications for funbox if that also returns no results.
Didn't work :/
 
Top Bottom