- Edited
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?