Notifications
Clear all

[Solved] Forum section in front end posts

11 Posts
2 Users
2 Likes
2,050 Views
Posts: 1133
Topic starter
(@percysgrowroom)
Noble Member
Joined: 5 years ago

Ive added the forum section I want, and it look sweeeeeeeet, But the sidebar ruins it, if i can just take the sidebar out id be happy 🙂

2 Replies
Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4233

@percysgrowroom,

Try the following CSS code, add it in Top Black Admin Bar > Customize > Additional CSS textarea, delete all caches and press Ctrl+F5 on that page.

.postid-3749 #wpforo #wpforo-wrap #wpforo-menu, .postid-3749 .wpforo-subtop, .postid-3749 #wpforo #wpforo-wrap #wpforo-footer {
display: none !important;
}

.postid-3749 #wpforo #wpforo-wrap .wpforo-right-sidebar{
display: none !important;
}

.postid-3749 #wpforo #wpforo-wrap .wpforo-content {
width: 100% !important;
}
(@percysgrowroom)
Joined: 5 years ago

Noble Member
Posts: 1133

It worked!!!!!!!!!!! Exactly how I wanted it! thank you very much Sofy! Awesome!

I can do this for the other section too, by pasting more of that code, with a change to the Post ID numbers?

Posts: 1133
Topic starter
(@percysgrowroom)
Noble Member
Joined: 5 years ago

Don't worry yes i can do it by changing the numbers!! 

Thank you very much Sofy, I cant tell you how much I appreciate that! It look amazing 🙂

1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4233

Wellcome @percysgrowroom

Page 2 / 2