Modern Events Calendar Remove Header title

Hi I have found many different codes to remove the title from events on events header and I cannot find a solution. Can you share the best code that can work for me? Thanks

Hello Alessandro,

Thanks for writing in!

Please add following CSS under X/Pro > Theme Options > CSS:

.mec-wrap .mec-single-title {
    display: none !important;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

1 Like

It worked, Thank you!

Glad that we could be of a help :slight_smile:

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