Hi guys,
On the following page – https://casateulada.com/de/kalender-rates I’m trying to add a semi transparent black background to the images and the calendar, such as on the page https://casateulada.com/updated-calendar .
To do that, I added the following code to the Quick CSS box :
.page-id-2571 .avia-builder-el-3 { padding: 20px;
background-color: rgba(0,0,0,0.5); }
.page-id-2571 .avia-builder-el-6 { padding: 20px;
background-color: rgba(0,0,0,0.5); }
.page-id-2571 .avia-builder-el-9 { padding: 20px;
background-color: rgba(0,0,0,0.5); }
.page-id-2571 .avia-builder-el-12 { padding: 20px;
.page-id-2571 .avia-builder-el-15 { padding: 20px;
background-color: rgba(0,0,0,0.5); }
.page-id-2571 .avia-builder-el-18 { padding: 20px;
background-color: rgba(0,0,0,0.5); }
Yet, I don’t seem to get the black bagkround to wrap 2 out of 3 calendars and and the last photo of the property.
Can you help out?
Thank you.
Antonio
Hi Antonio!
I got a 404 page for this page: https://casateulada.com/de/kalender-rates. Could you please check it?
Best regards,
Rikard
Hey Antonio,
Could you please also provide us with a temporary admin login so that we can investigate further?
Regards,
Rikard
Hi abortolotti!
You forgot to add the background colour to some of you CSS statements, for instance the …el-12, and you also did not close the statement with a }, it’s easy to miss :)
It looks good now though, I corrected your code in Quick CSS already.
Best regards,
Rikard
Thank you so much Rikard!
You can close this thread as problem is solved. Thank you
Antonio