Viewing 4 reply threads
You must be logged in to reply to this topic.
On a site I’m developing (hangerdev.cmacks.com) we’re using the codeless parallax slider on the homepage. When we scroll the page up to the top their is a black bar that appears below the image where it looks like the image doesn’t extend low enough. We’ve attempted to add a top margin to the image but that simply moves the black bar to the top. It appears the image is simply limited in height so the parallax effect causes the black bar to appear. Can you help me fix this?
Hello,
Can you please send us some valid wp credentials in a private reply? So we can give a close look to the parallax options.
Best regards!
Hello,
Yes, i did. I am sorry for being a bit late.
Please add this code into your custom css box:
.header_transparency .slider#slider-fullwidth {
background: rgba(34, 34, 34, 0.02) !important;
}
to make the background color irrelevant for your slider. Or remove parallax effect altogether.
Let us know.
Best regards!
You must be logged in to reply to this topic.