Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #262288

    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

    #262382

    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

    #263248

    Hi, yes of course.
    You can finde it here.

    Its the big picture.

    #263521

    Hey!

    Please add following code to Quick CSS and adjust as needed

    #titelbild {
    box-shadow: 10px 10px 30px 20px #555 inset;
    }

    Cheers!
    Yigit

    #264351

    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.

    #266837

    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

    #267169

    Perfect! Thanks :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Color Section with shadow’ is closed to new replies.