Site logo

[Support request] Code to add a dropshadow

Home Forums Support [Support request] Code to add a dropshadow

Home Forums Support Code to add a dropshadow

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2579315
    Chanaka

    Hello, can someone provide the code to add a dropshadow below my header like in auxx.me

    #2579497
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

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

    Learn how to add CSS: https://docs.generatepress.com/article/adding-css/

    You can customize the shadow style by using a site like this:
    https://www.cssmatic.com/box-shadow

    Let me know if this helps 🙂

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