Notifications
Clear all

wpForo 1.x.x [Solved] How to remove this 'Last Post Bar' ?

11 Posts
2 Users
1 Likes
1,093 Views
Posts: 10
 adna
Topic starter
(@adna)
Active Member
Joined: 4 years ago

How to remove the 'Last Post Bar' ?

See the snap.

Thanks

10 Replies
Tutrix
Posts: 1266
(@tutrix)
Noble Member
Joined: 4 years ago

@adna

add this to custom css

#wpforo #wpforo-wrap .wpfl-4 .wpforo-post-head .wpf-left {
display: none;
}

Dashboard > Forums > Settings > Style (custom css)

1 Reply
 adna
(@adna)
Joined: 4 years ago

Active Member
Posts: 10

@tutrix

It only removes the 'Last post' written, I want to remove the full Green bar...Help me out.

Posts: 10
 adna
Topic starter
(@adna)
Active Member
Joined: 4 years ago

@tutrix

It only removes the 'Last post' written, I want to remove the full Green bar...Help me out.

1 Reply
Tutrix
(@tutrix)
Joined: 4 years ago

Noble Member
Posts: 1266
Posted by: @adna

@tutrix

I want to remove the full Green bar

you marked Last post with 3 arrows, not the complete Bar 😉 

 

#wpforo #wpforo-wrap .wpfl-4 .wpforo-post-head {
display: none;
}

 

Posts: 10
 adna
Topic starter
(@adna)
Active Member
Joined: 4 years ago

Thanks @tutrix 😊 

i want One more help from you in this css code.

 

#wpforo #wpforo-wrap #wpforo-title{ display:none;}
#wpforo #wpforo-wrap .wpf-head-bar-left #wpforo-title{ display:block;}

 

I want to remove this tittle only on wpforo mainpage, not in posts page.

1 Reply
Tutrix
(@tutrix)
Joined: 4 years ago

Noble Member
Posts: 1266
Posted by: @adna

I want to remove this tittle only on wpforo mainpage, not in posts page.

#wpforo #wpforo-wrap.wpft-forum #wpforo-title {
display: none;
}
Posts: 10
 adna
Topic starter
(@adna)
Active Member
Joined: 4 years ago

@tutrix Thanks. You are osm

Page 1 / 2