How To Change "Latest" header in Edition theme

Hi, ghost greenhorn here

Am trying to change the word ‘LATEST’ in Edition theme to ‘LATEST DISPATCHES’ via code injection.

Have identified ‘feed-header-title’ with inspection, but don’t know what to do next with the CSS (doh!)

Hope you can help, thanks

This code should do the trick:

.feed-header-title:after { content: " dispatches"; }

Nice solution. I was going to change it with javascript! :)

1 Like

Hi, this worked a treat. Thank you!

2 Likes