Removing the slidershow or the bg image from the homepage
February 23, 2022 at 9:27 am
Hello, I want to remove the slider or the bg image from the homepage
to be like on the other pages. Is it possible? Thank you!
Replies (1)
-
February 23, 2022 at 9:27 am
Hello, I want to remove the slider or the bg image from the homepage
to be like on the other pages. Is it possible? Thank you! -
February 24, 2022 at 7:17 am
Hi Marco
Thanks for reaching out
First of all, disable the options as shown in the screenshot
Just go to Appearance -> Customize -> General Settings and find the settingsAfter that paste the CSS below in Appearance -> Customize -> Additional CSS
.home header.elvinaa-menu-wrapper.style1 {
position: relative;
}#parallax-bg {
display: none;
}Best Regards