Remove all widgets

Home Forums Automattic Forefront Remove all widgets

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #163875 Resolve

    castley1988
    Member

    How to remove all widgets from pages and how to make testimonials show on testimonial page/

    The blog I need help with is jandjroofingandbuilding.wordpress.com
    #163877

    Siobhan

    Hi there,

    How to remove all widgets from pages

    If you don’t wish to include widgets in the sidebar of a page, then you can assign the Full Width Page template. Page templates can be set under the editor’s Page Options module.

    how to make testimonials show on testimonial page

    All of your Testimonials will appear on the /testimonial page here:

    https://jandjroofingandbuilding.wordpress.com/testimonial/

    To add a link to that page to your menu, you’ll need to create a custom menu and add a custom link.

    Let me know if that information helps out! I’ll be happy to assist with any extra questions, too.

    #163878

    castley1988
    Member

    Hi there,

    Thanks for your help. One more thing:

    Reduce footer box size (height

    #163880

    Siobhan

    Sure thing! You can reduce the size of the footer by adding the following custom CSS to the CSS panel of the WordPress.com Customizer:

    .footer-widget-area {
    padding-top: 30px;
    }

    .footer-widget-area .widget {
    margin-bottom: 30px;
    }

    Increase/decrease the value of padding-top and margin-bottom to your liking.

    Hope that’s helpful!

    #163885

    castley1988
    Member

    Ok sorry… last question I promise! How can I adjust the size of the box that has the page title in it. I want the height to be smaller… THANK YOU!

    #163886

    castley1988
    Member

    Ok sorry… last question I promise! How can I adjust the size of the box that has the page title in it (height smaller) and I need to adjust the gap between the footer and the bottom of the page.

    #163887

    castley1988
    Member

    Ok sorry… last question I promise! How can I adjust the size of the box that has the page title in it (height smaller) and I need to adjust the gap between the footer and the bottom of the page.

    #163888

    Siobhan

    The height of the box surrounding the title can be reduced with the following CSS:

    @media screen and (min-width: 750px) {
    .hero>div>div>div {
    padding-top: 20px;
    padding-bottom: 20px;
    }
    }

    Similar to before, Increase/decrease the value of padding-top and padding-bottom to your liking.

    The padding between the footer and the bottom of the page can then be reduced with the following:

    .site-footer {
    padding-bottom: 20px;
    }

    Let me know how you get on with that or if any extra questions come up.

    #163893

    emarketcraft
    Member

    Great answers! While on the topic of testimonials on the home page.. Is there CSS to hide the testimonials block on just the home page template?

    Thanks in advance!

    #163894

    Kathryn P.
    Happiness Engineer

    bonFire-PR – this CSS should hide testimonials on the homepage:

    .home .testimonials {
      display: none;
    }

    If you need further help, could you please start a new thread instead of continuing here? That way the original poster won’t receive email notifications for it, and it also helps people find answers in the forum more easily in the future. Thanks!

    https://theme-support.wordpress.com/forum/automattic/forefront/#new-topic-0

    #163895

    emarketcraft
    Member

    Perfect, thanks!.. Will do

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in to reply to this topic.