Hi,
How can I apply the rounded corners to the overstate of the filter?
I see that you managed to resolve the issue.
To remove alt title text->
Please go to Admin -> Theme Options -> Custom CSS/JS -> Here put this custom JS code:
<script>
jQuery( document ).ready(function($) {
$('ul.portfolio-filter-tabs li a').removeAttr('title');
});
</script>
Thanks ๐
With Best Regards
Swift Ideas