Site logo

Archived topic

parallax text background box

5 replies · Started by Antonella on February 19, 2020

Viewing posts 1–6 of 6

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 :)

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 :)

This archived topic is closed to new replies.