I had this working when I inserted <style> tags in styles/all/template/event/overall_header_head_append.html:
But I get HTTP ERROR 500 when I try to embed a css file like so:
Create a css file in styles/all/theme/cssinjection.css with code
Alter overall_header_head_append.html to:
Code:
<!-- IF IS_REGISTER_PAGE --> <style>div.captcha-panel { display: none; }</style><!-- ENDIF -->Create a css file in styles/all/theme/cssinjection.css with code
Code:
div.captcha-panel{ display: none;}Code:
<!-- IF IS_REGISTER_PAGE --> {% INCLUDECSS '@cssinjection/cssinjection.css' %}<!-- ENDIF -->Statistics: Posted by purpleperpetrator — Sun Nov 24, 2024 7:35 pm