Changeing the font for the slider

Hi,

I really hope you can help!

I need to change both the font and the font colour in the slider on my home page. The images I use as featured images are almost all black and white, so I need to change the colour of the font, otherwise you cant see it! Also is it possible to change the font in the slider so that it all matches the font in the header?

Thank you in advance, Katie xo

Hi Katie,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

#page .flex-caption * {
    color: #000;
    font-family: arial;
}

Please change the font family and color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

Best Regards,
Movin

Hi Moving,

Thank you very much for your help, can you tell me what the name of the font used in the header is please?

Thank you!

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 !

If you are talking about the font used in the header menu then it is Montserrat, sans-serif and for the slider header title it is Lora, serif.