[Resolved] Id like to get shadow boxes around each widget in the right sidebar.

Home Forums Support [Resolved] Id like to get shadow boxes around each widget in the right sidebar.

Home Forums Support Id like to get shadow boxes around each widget in the right sidebar.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1496982
    Heath

    How do I make this happen?

    #1497262
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .sidebar .widget {
        box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    You can fine-tune the shadow using a site like this:
    https://www.cssmatic.com/box-shadow

    #1497316
    Heath

    This works but I was looking for something like this what is on the bottom of the site I include included in the private information.

    #1497342
    Leo
    Staff
    Customer Support

    This is what they are using:
    box-shadow: #718096 0 7px 20px;

    #1497361
    Heath

    Yes! That is awesome and it works perfectly. Thanks Leo.

    #1497475
    Leo
    Staff
    Customer Support

    No problem 🙂

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