Home › Forums › Support › Shadows for blocks This topic has 5 replies, 2 voices, and was last updated 4 years ago by Leo. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts March 14, 2019 at 8:26 pm #839367 Pedro Hello! I would like to add shadows to content blocks like they do in Woorkup: https://www.dropbox.com/s/a3on1zt1dniokpx/Captura%20de%20pantalla%20de%202019-03-14%2023-24-29.png?dl=0 How can I do it? Thank you! GeneratePress 2.2.2GP Premium 1.7.8 March 14, 2019 at 8:52 pm #839374 LeoStaff Customer Support Hi there, Try this CSS: .woocommerce ul.products li.product .woocommerce-LoopProduct-link { border: 1px solid rgba(0,0,0,.05); box-shadow: 0 0 27px 0 rgba(214, 231, 233, 0.52); } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ March 15, 2019 at 7:35 am #839895 Pedro Hi leo! That code adds to the blocks of products. What I want is to add shadow to the entire block of the content of the site as to the sidebar. Thank you! March 15, 2019 at 8:48 am #839954 LeoStaff Customer Support So are you only referring to the single product page? The front page isn’t possible as you have a full-width image which is inside the content container. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ March 15, 2019 at 9:51 am #840037 Pedro Hi leo! I mean the main container and the left sidebar. March 15, 2019 at 5:03 pm #840257 LeoStaff Customer Support Give this a shot: .site-main, .sidebar .widget { box-shadow: 0 0 27px 0 rgba(214, 231, 233, 0.52); border: 1px solid rgba(0,0,0,.05); } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In