• Resolved ashley_c

    (@ashley_c)


    This CSS Code removes the footer widget from the entire site:

    .footer-widget-wrap > .container {display: none}

    How can I remove it from a specific page instead of the whole site?
    The page i want to remove it from is https://motorwerks.tigerstylebook.com/contact/

    Thanks in advance!

Viewing 1 replies (of 1 total)
  • Thread Starter ashley_c

    (@ashley_c)

    I got it!

    Here it is in case anyone else is looking for this (just change out the “12” for whatever your page id is):

    .page-id-12 .footer-widget-wrap > .container {
    display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Footer widget from Contact page’ is closed to new replies.