Remplace slider by fixed banner/image

Hello there again,

I’m sorry for bothering again but got a new question. I wanted to have a simple image/banner instead of a slider. I know that I can create a fixed slider (with only one image) however it still attached to a blog post.
I want to create a banner that is not attached or linked to a blog post.

I saw many threads about this topic but I couldn’t understand what to do.

1.This question is exaclty the same one as mine however its for the dazzling theme (so not working for activhello) : https://colorlibsupport.com/t/only-one-static-image-for-slider/

2.This question https://colorlibsupport.com/t/image-slider-3/ is also the same one as mine. However I can’t found the function activello_featured_slider in the php. Do I need to install a plugin so the slider function can appear ?

3.The last question I saw was this one https://colorlibsupport.com/t/replace-slider-with-image/ but I couldn’t figure out what to do.

Do I need to use the code provided in the question “2” and use it with one of the plugin in question “3” ?

Hope that my explanation are not too confusing.

Wish you a good day,

Thanks for all your support until there :slight_smile:

Best Regards

Hey there,
Hope you’re doing well today

Kindly add and save the following code to Appearance > Customize > Additional CSS:

#content:before {
display: block;
content: “”;
width: 100%;
height: 500px;
background-size: cover!important;
background: url(“add the link to your image here”) no-repeat;
}

If you want it only on your homepage, then you’ll need to add .home before #content:before.

I hope this helps :slight_smile:

Best Regards,
Support

Hi there again,

Thank you it worked perfectly!
(I will add it when my website will be more advanced :slight_smile: ! ) Thank you so much for your help and support provided!

Have a great day,

Best Regards,

Celine

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support