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!
M
marco
Original poster
Member
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!
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 settings
After that paste the CSS below in Appearance -> Customize -> Additional CSS
.home header.elvinaa-menu-wrapper.style1 {
position: relative;
}
#parallax-bg {
display: none;
}
Best Regards