• Using Twenty Twenty w/ Child theme.
    would like to remove footers from SUBSCRIBE Page. and place a Widget in a block on the page.

    As near as I can figure Widgets are placed in footers in theme settings and apply to post and pages.

    Thanks for the help, John

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter John Williams

    (@jwlw)

    I guess this is the wrong place to seek information about this subject. If you can’t do any thing else can you direct me to where I can get information and help.

    Thank you, John

    Hey:

    Your subscribe body tag is as follows:

    <body class="page-template page-template-templates page-template-template-full-width page-template-templatestemplate-full-width-php page page-id-2578 custom-background wp-embed-responsive singular has-full-width-content enable-search-modal missing-post-thumbnail has-no-pagination not-showing-comments show-avatars template-full-width footer-top-visible">

    From that I extracted the class page-id-2578
    So the following CSS may hide the footer div.

    body.page-id-2578 > div.footer-nav-widgets-wrapper.header-footer-group > div {
      display: none;
    }

    Phil

    Thread Starter John Williams

    (@jwlw)

    Hi: Phil. I tried this in additional CSS and in Child CSS. Did not work in either case.

    How do you determine page ID?

    Go to the blog and check out the subscriptions page. Link in the header. jwlw/copy {dot} net

    Thanks for the help. Talk again soon, John

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footers in pages and widgets in blocks’ is closed to new replies.