I had previously submitted a ticket for this:
Something odd and messed up is happening in my footer on my Submit Event Page
I had created a bandaid to fix this issue by hiding the carousel using this css:
.owl-wrapper #tribe-community-events {
display: none;
}
That was fine with me, but I originally had it set so anyone could create an event, but changed it so that only registered users can submit event. The sponsors are now hidden if you are logged in, but if you are NOT logged in, a registration form shows up instead and I have the same f—ed up issue on the bottom: http://dev.awakenche.org/events/community/add
So what I need to know is how to alter the CSS code hide this!!! It’s not it’s own page so I can’t pull up a unique page selector, and I am limited in my css knowledge. I’m really hoping you can help. I’m fine hiding it, I just need to know how.
Thanks