Superb – can’t thank you enough. That’s perfect.
@drebosio and @Yigit – thank you very much for incredible support. I have managed to change ‘Recent Posts’ to ‘Latest News’ in the widgets section. Not sure about ordering by category as doesn’t seem to be possible via the widgets. I’ve encountered another problem though that I’m having difficulty solving. I’ve got a section on the site where I’ve used an iframe, which I wanted to hide when accessing via mobile as it doesn’t look very good. I followed advice from a previous thread that i’d seen from @yigit and created a custom css class (only_desktop) and added the following to quick css:
@media only screen and (max-width: 480px) {
.only_desktop { display: none !important; }}
Can you help?