I´m trying to hide the X from login form (Quark 1.1.1) but can´t found the following instruction on php files:
- Code: Select all
div id="gk-login-popup" style="display: block;" class="gk-active">
<a id="gk-login-popup-close" href="#">×</a>
div id="gk-login-popup" style="display: block;" class="gk-active">
<a id="gk-login-popup-close" href="#">×</a>
#gk-login-popup #gk-login-popup-close {display: none;}