• Resolved r3org

    (@r3org)


    Hello. I recently installed the free version of Events Calendar on my site (built on WordPress with BoldGrid customization), and for some reason it seems to be replicating text from my site’s header and inserting it at above the calendar.

    Any ideas how to get rid of it?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support tristan083

    (@tristan083)

    Hi @r3org ,

    Thank you for reaching out.

    The Events Calendar’s events archive page isn’t supposed to have a title area by default. However, some themes include a title area in the header, which eventually causes such to display.

    At this point, I recommend hiding it via CSS with the following code snippet, which you can append to your theme’s additional CSS section (Appearance -> Customize -> Additional CSS).

    .tribe-events-page-template .site-content div#page div#header {
    display: none !important;
    }
    Plugin Support Darian

    (@d0153)

    Hi there,

    It appears that there hasn’t been any recent activity on this thread, so we’ll consider it resolved. However, if you have any additional questions or concerns, feel free to start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.