Notifications
Clear all

wpForo 1.x.x [Solved] Remove seperator from RSS (see example in this same forum)

3 Posts
2 Users
2 Likes
1,249 Views
Posts: 393
Topic starter
(@anonymous3542)
Honorable Member
Joined: 7 years ago

Hi. Is it possible to remove the "|" separator ? I tried to use CSS (which works for "sep" classes) but not when it's been hard coded. If you see the enclosed image, this is what I am try to remove. I even entered a phrase in an attempt to remove it, but no luck.

 

Thanks

Topic Tags
2 Replies
Posts: 393
Topic starter
(@anonymous3542)
Honorable Member
Joined: 7 years ago

Ok - a bit "crude", but in this case, it's functional 🙂 I've essentially created buttons instead of links (see enclosed picture), so this will work

span.wpf-feed {
background: #FF851B;
color: #FF851B !important;
padding: 6px 10px 7px 1px !important;
border-radius: 0.2rem !important;
font-weight: 700 !important;
display: inline-block !important;
}

A better example is here https://inocul8r.net/session/community/discussion/

Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Thank you very much @anonymous3542 for sharing this code!

Looks awesome!  Thank you again for using wpForo.