Hi all,
The Call for Abstracts page automatically shows a timeline with the dates when abstract submission opened and will close (Opening day / Submission deadline). Where can I switch this timeline off?
Many thanks for any hint.
All best,
Daniela
Hi all,
The Call for Abstracts page automatically shows a timeline with the dates when abstract submission opened and will close (Opening day / Submission deadline). Where can I switch this timeline off?
Many thanks for any hint.
All best,
Daniela
You can’t.
Custom CSS to hide it might be an option though…
.call-for-abstracts .steps {
display: none;
}
Thank you! That helps a lot. ![]()