how can i animate the underline on my header?

Hi @meldepoot ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.slideshow__text.banner__box a {
    text-decoration: none !important;
}