disabling / changing footer

  • Posted in : Bloggy WP
  • ldiano
    Participant

    Is it possible to
    -disable the footer for certain pages?
    -change the footer for certain posts/pages?

    Thank you.

    Mehmet S.
    Keymaster

    Hi, use this in your custom css field:

    body.page .site-footer .widget-area { display: none; }
    
    ldiano
    Participant

    How do I make it custom for a specific page? Not all pages, just certain pages. Thanks,

    Mehmet S.
    Keymaster

    The number below is a page id.

    body.page-id-7 .site-footer .widget-area { display: none; }
    
    ldiano
    Participant

    Great.

    Thanks,

    Mehmet S.
    Keymaster

    You are welcome.

    doristan
    Participant

    Hi how do you determine the ID# of your page? Where do I locate this info?

    laziem
    Participant

    @doristan

    Edit your page and see you URL, you’ll see something like this:

    http:// your-website-URL /wp-admin/post.php?post=684&action=edit

    ^ your page ID # is 684

    doristan
    Participant

    THANK YOU!!!!!!

    doristan
    Participant

    I entered the code, didn’t work. The share plugin is still in the footer.
    :(

    Mehmet S.
    Keymaster

    Hi, use this in your custom css field:

    body.page .ssb_list_wrapper { display: none; }
    
    doristan
    Participant

    I got it to work!
    Thank you!
    I still need to delete the top dummy text though.
    :(
    Help?
    http://www.dorisjaymes.com/about/contact/

    Mehmet S.
    Keymaster

    Try this:

    body.page-template-template-contact-php .contact-form-info { display: none; }
    
Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register