Tagged: 

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

    Hi,
    I would like to add a box-shadow on the edges of the entire site and I tried with this:

    #wrap_all {
    -moz-box-shadow: 0px 0px 20px 1px #5f5f5f ;
    -webkit-box-shadow: 0px 0px 20px 1px #5f5f5f ;
    -o-box-shadow: 0px 0px 20px 1px #5f5f5f ;
    box-shadow: 0px 0px 20px 1px #5f5f5f ;
    }

    I put this in the custom css box but it does not work.
    Thanks for your help.

    #770453

    Hey 156aw45f,
    Your code was right, you just needed to clear your site cache. Try clearing your browser cache too :)

    Best regards,
    Mike

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