Showing posts with label jquery Close button additional text. Show all posts
Showing posts with label jquery Close button additional text. Show all posts

Monday, November 25, 2019

jQuery modal Close contains additional text

if you are using jQuery modal you might see that the modal close icon has Close text alongside it.

This can be fixed using a simple css as displayed below.

<style type="text/css" >

.ui-button-icon-only {
   text-indent: -9999px;
}

</style>

Cheers
Samitha