How to change blog title font in Activity

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 ?

  • 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 !

Beginning Developers

Beginning Developers

This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking