Search code examples
jquerycssdrupaldrupal-7

Is there a way to remove/or edit close button from ctools modal windows on drupal?


Basically that is the question

"Is there a way to remove/or edit close button from ctools modal windows on drupal?"

I have a windows, and I want get rid of the icon on the top right and add some text ("CLOSE") or at least get rid of that button.

This is my window

Modal Window

How can i do that?


Solution

  • You can use use hook_css_alter to achieve this.

    You can find an example here.

    Hope that helps.