S
ShOguN
hey guys,
i need to remove forum software by xenforo from nodes or pages when especially sharing a page on SNS sites...!
i searched and googled a lot and had lots of responses but non worked
anyone knows how to do that? i even added the lines or codes to EXTRA.css at the bottom and not working.
i need to remove forum software by xenforo from nodes or pages when especially sharing a page on SNS sites...!
i searched and googled a lot and had lots of responses but non worked

anyone knows how to do that? i even added the lines or codes to EXTRA.css at the bottom and not working.
Code:
.titleBar { display:none !important; }
.forum_list .breadBoxTop {
display: none;
}
.forum_list .breadBoxBottom {
display: none;
}