• Resolved dan87khan

    (@dan87khan)


    How can I automatically hide the title in the event page? It’s redundant.

    Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Savvas

    (@savvasha)

    Hi @dan87khan,

    Please go to SportsPress -> Settings -> General -> Custom CSS and add the following code:

    .sp_event-template-default .page-title {
        display: none;
    }

    Thanks,
    Savvas

    Thread Starter dan87khan

    (@dan87khan)

    Thank you!

    Plugin Contributor Savvas

    (@savvasha)

    I am glad it was resolved!

    If you have any other question please open a new topic.

    Thanks,
    Savvas

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Hide Title’ is closed to new replies.