Site logo

Archived topic

Can Generate Press create frames

5 replies · Started by Anonymous on July 5, 2015

Viewing posts 1–6 of 6

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, I am totally impressed with your quick responses.

You're welcome! :)

This archived topic is closed to new replies.