Home › Forums › Support › Can Generate Press create frames This topic has 5 replies, 2 voices, and was last updated 8 years, 2 months ago by Tom. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts July 5, 2015 at 11:10 am #118820 Shama Kern I am new to Generate Press. I am wondering if I can put a frame around my site like in this example: http://thaihealingmassage.com/info/video/ This frame has rounded corners and a shadow. July 5, 2015 at 11:11 am #118821 TomLead Developer Lead Developer Do you have GP Hooks? If so, you can do this: 1. Add this to the “Before Header” hook: <div class="full-container grid-container grid-parent"> 2. Add this to the “wp_footer” hook: </div><!-- .full-container --> 3. Add this CSS: .full-container { box-shadow: 0 10px 10px #555555; border: 5px solid #222222; } July 5, 2015 at 11:35 am #118830 Shama Kern Thank you Tom. Where exactly do I add this CSS? Another question: Can I create a page with your Sections addon that looks something like this: http://www.thaihealingmassage.com/courses/video-course/ July 5, 2015 at 11:37 am #118831 TomLead Developer Lead Developer Adding CSS: http://generatepress.com/knowledgebase/adding-css/ Absolutely – you may want to install my columns plugin as well: https://wordpress.org/plugins/lightweight-grid-columns/ July 5, 2015 at 12:51 pm #118843 Shama Kern Thank you Tom, I am totally impressed with your quick responses. July 5, 2015 at 11:51 pm #118910 TomLead Developer Lead Developer You’re welcome! 🙂 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