• Resolved wschaepe

    (@wschaepe)


    In creating events for event calendar, I get a list of the events below the calendar with the details. when I click on the link, the words “PAGE TITLE” appear in the header photo. How do I get ride of the words “PAGE TITLE” or change them to reflect the actual event title.

    For instance, this event is “Goal setting workshop”. How do I get the words in the header photo to say this instead of PAGE TITLE?

    The calendar is on URL: https://box2005.temp.domains/~litnetsb/event-calendar/
    Upcomong events are listed in the calendar and below. When I click on ggoal-setting workshop, I get a page with :PAGE TITLE” in the top photo.

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

Viewing 1 replies (of 1 total)
  • Thread Starter wschaepe

    (@wschaepe)

    I reoved the wrods :PAGE TITLE” by adding the following to the sytle.CSS file in the child theme
    /* removed page title words from the single events*/
    .page-title-wrapper {
    display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘page title’ is closed to new replies.