Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

11 Posts
2 Users
1 Reactions
1,725 Views
Posts: 10
 adna
Topic starter
(@adna)
Active Member
Joined: 5 years ago

How to remove the 'Last Post Bar' ?

See the snap.

Thanks

10 Replies
Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 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: 5 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: 5 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: 5 years ago

Noble Member
Posts: 1522
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: 5 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: 5 years ago

Noble Member
Posts: 1522
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: 5 years ago

@tutrix Thanks. You are osm

Page 1 / 2