0
Answered

Competition Header

Ballexperten 3 years ago in Competition updated by Andrei S. (Developer) 3 years ago 3

I use the competition header. This always seems to automatically output the season. How can I prevent the season from being displayed in the frontend? I just want to use the header with its title. Without specifying the season. 

GOOD, I'M SATISFIED
Satisfaction mark by Ballexperten 3 years ago
Searching answer

Hi,

Send me a link to the page with the competition header.

The website is in maintenance, i attached a screenshot. I gave the shortcode for the header competition. the logo and title appear on it, but also the season (here 2020-2021). This should not be displayed.Screenshot Competition Header

+1
Answered

I will share an answer. Maybe it will be useful for someone.

-

Try this CSS code.

- https://anwppro.userecho.com/en/knowledge-bases/2/articles/1-how-to-add-custom-css

.competition__header .competition__title + span {
display: none !important;
}