Archived topic
parallax text background box
5 replies · Started by Antonella on February 19, 2020
Dear all,
I have tried to search everywhere but I am not able to find a solution to my problem.
I am using Pixel site library and the parallax effect.
Because of the background image I have chosen for my homepage, I am not able to see the text very well. Would it be possible to have the text on a background box and have this scrolling together with the text?
Thanks for helping!
Antonella
Hi there,
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
Thanks Leo,
I was trying to get an effect similar to
https://my.studiopress.com/themes/wellness/#demo-full
where the text is on a white box.
Thanks
Are you using the page hero?
If so you can do something like this for the content:
<div class="hero-content">
Page hero content here
</div>
Then target it with some CSS:
.hero-content {
background-color: #ffffff;
padding: 20px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thanks sooooo much Leo!
It works perfectly!
Cheers
Antonella
No problem :)