Transparent Background - Text - Home

hi support,

could you help me to substitute this white background to transparent background on texts ?

See screenshot attached

URL : www.rsmk.fr

Best regards

Hi @Romain

Try to find this in your css

@media (max-width: 767px)

body p {
font-size: 14px;
color: black;
background-color: #fff; < remove or change
}

Hi rus

Thank you for your help but it doesn’t work like this. I think I have to add custom CSS to the paralax section, don’t you think so ?

Try it if will work, if you know how ti dig up your codes its easy to work with , if not i will try to help you more just email me

I tried… I failed, sorry… :disappointed:

Any other idea ?

you are using wordpress ?

@Romain

Where is that text on your website? I see the text but its absolutely different layout and style

Hi Noda; please check on mobile version.

Weird background appears only on mobile version

Best regards

Hey there

Code provided above cause this problem, if you cant find it anywhere just add this css code in the customizer:

@media (max-width: 767px){
body p {
background-color: #0000;
}
}

Thanks Support Team, it works perfectly !

Thank you for your help, you can close the ticket.

Best regards

Thank you too, have a good day :slight_smile: