Slider disappears

Hello!

Somebody help me, please?

  1. I want to have a static slider as demo.
    My slider disappears when you hover it or scrolls down…

  2. I want to change the font and color of the title. how can i do?

THX

Hi @jujucaldeira,

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

1. I want to have a static slider as demo.

To have a slider as demo, just configure it on the following path.

Admin Area -> Appearance -> Customize -> Activello Options -> Slider Option

My slider disappears when you hover it or scrolls down..

Could you please share me your site URL where it’s happening so that i can troubleshoot it?

2. I want to change the font and color of the title. how can i do?

You can try changing it 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

header .entry-title {
    font-size: 26px;
    font-family: sans-serif;
}

Please change the font size and family to whatever you want to set.

Best Regards,
Movin