Event Calendar plugin and illdy

Hello,

How are you ?

In first happy new year for all !

On my web site i want put event calendar plugin https://www.tc-canet.fr/events/
But the I can’t change the tittle with the aditionnal CSS of illdy.

Can you help me ?

Thanks.

Hey there

Thank you, I’m fine and hope you are having a great day :slight_smile:
I see your website, can you give me a reference for the text you want to change the color?

Hi,

I don’t want to change color i want change title : “Archives” in “Evènement”

best regards,

Nicolas.

i tryed this in function.php themes:

function my_custom_event_archive_title( $title ) {
	if ( is_post_type_archive( 'espresso_events' ) ) {
		$title = 'Upcoming Events';
	}
	return $title;
}
add_filter( 'get_the_archive_title', 'my_custom_event_archive_title' );

and this in the CSS modify

.archive div#pageheader{
    display: none;
}

but nothing work

Hello Nicolas

You don’t need to deal with the php for this, you just need to translate your theme with one od default WordPress theme translation method :slight_smile: