Archived topic
Can Generate Press create frames
5 replies · Started by Anonymous on July 5, 2015
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.
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;
}
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/
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/
Thank you Tom, I am totally impressed with your quick responses.
You're welcome! :)