I'd like to change the font in part of the blog title in Activity, for example :
Mickey published a blog post Donald at sea in the group Jokes
into :
Mickey published a blog post Donald at sea in the group Jokes
I know that this part of the title is a link so maybe it's easy to do ?
Any suggestions please ?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Brett@brett.profitt

Brett - 0 likes
- joiwind@martinhf

joiwind - 0 likes
You must log in to post replies.If you use something to inspect the HTML you'll see that each river entry includes two classes on the links: elgg-river-subject and elgg-river-object.
You can create a custom CSS rule for a.elgg-river-object and make any changes you want there. You'll need to extend Elgg's default css view (elgg/css) with your own plugin to do this.
Thanks Brett but I think that's a bit beyond me for now, I'll give it a go though however don't expect any news for a while !