Hi there, so im using a calendar events plugin, and its using the blog posts as its template, see here:
http://txadproofs.com/columbusjellystone.com/event/test/
How would I go about hiding the title and the time and date?
Thanks.
Hi there, so im using a calendar events plugin, and its using the blog posts as its template, see here:
http://txadproofs.com/columbusjellystone.com/event/test/
How would I go about hiding the title and the time and date?
Thanks.
Hello @logoglo,
Thanks for asking.
Can you please confirm the URL and I am getting following error message This site can’t be reached txadproofs.com took too long to respond.
? https://screencast.com/t/7w3wNTcLZk9j
Thanks.
My client blocks certain countries, may I have your ip? so we can add it to the whitelist, thanks.
Hi There,
To hide the title and time, please add the following CSS under Customizer > Custom > Global CSS
:
.single-tribe_events .tribe-events-single-event-title,
.single-tribe_events .tribe-events-schedule {
display: none;
}
That worked perfectly, thanks! another thing though, how can I reduce the margin above where it says “all events” up at the top?
Thanks.
Hi There,
Please also add this CSS:
.single-tribe_events .tribe_events.hentry {
margin-top: 0;
}
Hope it helps
Thanks, I actually meant the area above " <<All Events"
Hello There,
Thank you for the clarifications. You can make use of this code instead:
.tribe-events-back {
margin-top: 20px;
}
Please let us know how it goes.
Not quite what I want, I need to reduce the space ABOVE events…so see this image:
I want to delete the space in between the red arrows.
Hello There,
Thanks for sending the screenshot. To get rid of that space, please use this custom css instead:
.single-tribe_events .x-header-landmark {
display: none;
}
The previous code is not necessary so you can remove it.
That removes “« All Events” too, I want all events to stay, just remove that space above it.
Hi There,
This custom CSS is working fine:
.single-tribe_events .x-header-landmark {
display: none;
}
Would you mind providing us with your admin account so we can take a closer look?
Thanks.
See the screen shot attached…is makes the “<<all events” disappear too…
Please see previous screenshot, I only want the white space above the “<<all events” and the thin grey line to go.
Hi There,
That CSS should not hide the ALL events part. See this: https://screencast-o-matic.com/watch/cbXD1y2Ybo
Would you mind adding it and then we will check after why it is happening. Or give us credentials on a secure note.
Yes, please login and have a look
Hello There,
Thank you for providing the login details. I have logged in and added the css code. I viewed the site in Chrome’s incognito mode and this is what I got:
Please check this page http://txadproofs.com/columbusjellystone.com/event/test/ now:
Perfect!! thanks so much for all your help.
We are delighted to assist you with this.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.