Feb 11, 2019 12:20 pm
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
2 Replies
Feb 11, 2019 12:28 pm
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/
Feb 11, 2019 3:18 pm
Thank you very much @anonymous3542 for sharing this code!
Looks awesome! Thank you again for using wpForo.