• Hi,

    I am using Highend theme. I created a new event but it doesn’t show up the title of the event on the page. May I know how to fix it?

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

Viewing 1 replies (of 1 total)
  • Plugin Author Guido

    (@guido07111975)

    Hi,

    You’ve posted at wrong forum (from another plugin). Right forum can be found here.

    I notice the post title is hidden by default, when I inspect your theme:

    
    .single h1.entry-title {
        display: none;
    }
    

    If you want to show the event title, change CSS above or add this at the custom CSS page in Customizer:

    
    .single .event h1.entry-title {
        display: block;
    }
    

    Guido

Viewing 1 replies (of 1 total)
  • The topic ‘event title is not showing on the event page’ is closed to new replies.