Hi Anne,
mywaytoo wrote
1. Although I have managed to change the colour of H2 headings in most places to match my website, I can't work out where to do this for the newspaper section.
Not sure if this helps you enough but assuming you're referring to the items "Barbie", "Action Man" and "HM Armed Forces" headings in your screen shot, these are displayed within the following structure:
<h2 class="news-title">
<a href="http://messageurl.html">Article Title</a>
</h2>
So some CSS along the lines of:
h2.news-title a, h2.news-title a:visited {
style rules here;
}
should allow you to fix the colour of these headings (and no others) to suit your needs and ensure that they don't change once the articles have been visited. (NOTE: Not actually tested by me but, in principle, it should work.)
2. Is there a way to have a much smaller amount of text displayed on accessing the newspaper?
Yes! The default is to use the first 500 characters from the post and then add an ellipse (...). Override this with the "Custom summary for Newspaper" feature at OPTIONS > APPLICATION > EXTRAS & ADD-ONS > CONTENT. Just place your desired text, which needn't echo the opening lines of your post, between {summary_start}your text here{summary_end} tags. Don't forget to add your own ellipse as, when using the summary feature, it is not added automatically!
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted.