Hi Hector
Thanks for replying so quickly!
The site is not live quite yet, but I include the html output below so you can see what is generated:
<div class="widget-wrap">
<h3 class="widgettitle widget-title">Popular Posts</h3>
<!-- cached -->
<!-- WordPress Popular Posts -->
<ul class="wpp-list">
<li>
<a href="https://www.northwalesgolfcourses.co.uk/abersoch/" title="Abersoch – a Challenging Mix of Traditional Links and Parkland" class="wpp-post-title" target="_self">Abersoch – a Challenging Mix of Traditional Links and Parkland</a>
</li>
<li class="current"><a title="Aberdovey – a First Class Traditional Seaside Golf Links" class="wpp-post-title" target="_self">Aberdovey – a First Class Traditional Seaside Golf Links</a>
</li>
<li>
<a href="https://www.northwalesgolfcourses.co.uk/abergele/" title="Abergele – Golf, Castles and Spectacular Coastal Views" class="wpp-post-title" target="_self">Abergele – Golf, Castles and Spectacular Coastal Views</a>
</li>
</ul>
</div>
Its the html link title tooltip that I would like to hide/remove.
Additionally, the CSS code didnt do anything. Does the .current class need this rule? Its the current post/link that does not have the pointer.
Thanks ??