Notifications
Clear all

Border-left

12 Posts
3 Users
3 Reactions
664 Views
Posts: 7
(@chancy426)
Active Member
Joined: 10 months ago

@tutrix Hi, I want to ask question regarding this as well. Can I remove the left border? I don't want it to show. How do I do that via CSS? Thank you very much!

 

Reply
1 Reply
 guts
(@guts)
Joined: 8 months ago

Trusted Member
Posts: 51

@chancy426 

WPForo => Forums => Edit the forum => Adjust the color on the right.

You can choose the same color as your background or experiment with this hexadecimal color #00FFFFFF (transparent).

Reply
Posts: 51
 guts
Topic starter
(@guts)
Trusted Member
Joined: 8 months ago

I've figured it out...
I added the left border + the node icon on mobile by including this code:

I also adjusted the CSS a bit by adding a margin between the node icon and the border, as well as between the block containing the title.

Adjust as needed based on your theme. On the right side, I reduced the font size and modified the calculation for the width...

@media screen and (max-width: 620px) {
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum-icon {
display: block !important;
}
}
Reply
Page 2 / 2