Archived topic
Remove the title from the "Archive" widget in dropdown menu
3 replies · Started by Friedhelm on January 30, 2022
Dear GP team!
How can I remove the title from the "Archive" widget in the dropdown menu? See my screenshot or my website. Do you have an idea?
Greetings from Berlin
Hi there,
if there isn't an option in that Blocks settings then use some CSS:
.wp-block-archives-dropdown label {
display: none !important;
}
Hello David,
thank you for the fast feedback. CSS works perfectly.
There is no option for this widget in the block settings. As far as I remember that was in WP 5.8. different.
As always, thanks for the great service.
You're welcome