[Resolved] Can Generate Press create frames

Home Forums Support [Resolved] Can Generate Press create frames

Home Forums Support Can Generate Press create frames

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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.

    #118821
    Tom
    Lead 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;
    }
    #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/

    #118831
    Tom
    Lead 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/

    #118843
    Shama Kern

    Thank you Tom, I am totally impressed with your quick responses.

    #118910
    Tom
    Lead Developer
    Lead Developer

    You’re welcome! 🙂

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