Hi,
ich habe eine Color Section mit aktiviertem Schatten. Dieser wird aber leider nicht angezeigt. Es funktioniert auch nicht, wenn ich der Color Section die Benutzerdefinierte CSS Klasse “shadow” gebe und den Quick CSS Code:
.shadow{
box-shadow: 5px 5px 5px #666666;
}
benutze.
Liebe Grüße,
Marco
Hi crevlon!
Can you post the link to your page and point out the color section so we can look into it Marco?
Regards,
Yigit
Hi, yes of course.
You can finde it here.
Its the big picture.
Hey!
Please add following code to Quick CSS and adjust as needed
#titelbild {
box-shadow: 10px 10px 30px 20px #555 inset;
}
Cheers!
Yigit
Nein ich möchte es nicht inset haben. Ich möchte nur unten einen leichten Schatten haben. So wie bei meinen Boxen innerhalb der Sidebar.
Hey!
Please add following code to Quick CSS instead
.page-id-2 div#after_section_1 {
box-shadow: 0px 10px 15px -4px #555 inset;
}
Best regards,
Yigit
Perfect! Thanks :)