有没有办法 remove/or 在 drupal 上从 ctools modal windows 编辑关闭按钮?
Is there a way to remove/or edit close button from ctools modal windows on drupal?
基本上就是这个问题
"Is there a way to remove/or edit close button from ctools modal windows on drupal?"
我有一个 windows,我想去掉右上角的图标并添加一些文本 ("CLOSE") 或者至少去掉那个按钮。
这是我的window
我该怎么做?
您可以使用 hook_css_alter 来实现这一点。
你可以找到一个例子here。
希望对您有所帮助。
基本上就是这个问题
"Is there a way to remove/or edit close button from ctools modal windows on drupal?"
我有一个 windows,我想去掉右上角的图标并添加一些文本 ("CLOSE") 或者至少去掉那个按钮。
这是我的window
我该怎么做?
您可以使用 hook_css_alter 来实现这一点。
你可以找到一个例子here。
希望对您有所帮助。