Site logo

[Resolved] no shadow in sidebar

Home Forums Support [Resolved] no shadow in sidebar

Home Forums Support no shadow in sidebar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2547414
    Ralf

    Hi i added this CSS below, because i want a shadow for the images on the blog page, but now also the images in the sidebar have a shadow.
    i don’t want the shadow on images in the sidebar. how can i change this ? thanks

    .wp-block-image img,
    .featured-image img,
    .post-image img {
    border:1px solid #C0C0C0;
    box-shadow: 10px 10px 5px #ccc;
    }

    #2547654
    David
    Staff
    Customer Support

    Hi there,

    try this CSS instead:

    #main .wp-block-image img,
    #main .featured-image img,
    #main .post-image img {
        border: 1px solid #C0C0C0;
        box-shadow: 10px 10px 5px #ccc;
    }
    #2547787
    Ralf

    Perfect. thank you David !

    #2548303
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.