Changeing the font for the slider

Hi !

Also is it possible to change the font in the slider so that it all matches the font in the header?

I had the same problem but Movin already solved it here : https://colorlibsupport.com/t/changeing-the-font-for-the-slider/

I added this code in Customize > Activello Options > Other > Custom CSS

#page .flex-caption * {
    font-family: maven pro;
}

I believe Maven Pro is the font used in the header.
The fonts used for Activello can be found here : https://colorlibsupport.com/t/what-fonts-are-used-in-activello/

Hope this helps !