Hi,
how can i hide the login on single event page?
my Login Requirements setting is turned off, but it is still visible.
There is a way to hide also the ticket quantity available? I need to manage the quantity, but I don’t want users to see how many are available.
Thank you in advance for helping!
========================
PLEASE LEAVE FOR SUPPORT
Reporting the same issue as: https://theeventscalendar.com/support/forums/topic/login-requirements-shown-on-event-page/
You can hide the login message by adding the following to the Additional CSS area under Appearance > Customize (if you have one) or to the style.css file of your child theme:
I’m sorry that didn’t work for you…Please make sure that you clear out any caching after adding this (both in your browser and any caching that you may be doing on your site) to make sure that you’re seeing the current version of the page. If this doesn’t make a difference, you an also try adding an !important like this:
display: none !important;
If it’s still showing up, can you please send me a link to a page on your site where this is appearing?
Thank you for your patience! I noticed that i missed the initial dot when copyng the code. It was my fault, i didn’t double cheked it!
Sorry about that!