Strange background text

Hi, I have created a calendar on my wordpress site using “The Events Calendar” plugin. I noticed that on my calendar page just under the main navigation bar at the top of the page, you can see what looks like the bottom edge of green text. I don’t know why this is showing up there. I’d like to make it disappear :-). Any suggestions on how to remove it?

Thank you.

For some reason the elements in the header section have been given absolute positioning which takes them out of the natural document flow.
The result being that subsequent elements don’t respect the space that they take up on the page and overlaps occur.
So your header is obscuring your h1 element.
I think the css for the header needs a re-design avoiding absolute positioning.

Looking further, the h1 element or class .page-title has some negative margins applied to it. This is what is causing the problem.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.