You just need to add some extra css (I suggest adding it your your News Tickers > Settings page if you are not using a custom theme) in order to override whatever styles are being applied on your other pages.
It looks like you are using some extra code to display your title on your sub-pages. If you switch that back to using the News Ticker inline title I can help you figure out what CSS to add.
Thank you for your reply. Yes I’d rather add some extra CSS in the News Tickers > Settings page, but can’t figure out what, and would appreciate help on it. I think it is automatically taking code from one of my themes others scripts, looks to me like the H3 title one which I don’t want it to and just use Ditty News Ticker settings
I have created a new test page with just the Ditty News Ticker on it and have set to Inline Title
http://thehdda.co.uk/test-ditty-news-ticker/
Give this a try
#content .entry-content h3.mtphr-dnt-title {
font-family: 'Open Sans';
font-size: 14px;
line-height: 28px;
font-weight: bold;
color: #FFF;
margin: 0;
}
This works perfectly!!! Thank you so much for your help, looks really nice now