I am developing on [http://www.hetbestbewaardegeheimvantwente.nl/index.php]
At the shown homepage I want to add a background in the text.
I managed to add background to the title with:

.acm-hero.style-1 .hero-title {
margin-top: 0;
margin-bottom: 1rem;
background: rgba(0, 0, 0, 0.2);
}

What to do to add a background to the text?

If you look at the site, there is a background but that is on the image (as a workaround).

Hello

You can set the background for the description with this:

.acm-hero.style-1 .description {
    background: rgba(0,0,0,.2);
}

Hi saguaros,

Works like a charm! Big thanks from the Netherlands.

Write a Reply...
You need to Login to view replies.