Tagged: x
-
AuthorPosts
-
August 11, 2016 at 6:34 pm #1127880
apadkinsParticipantHey there, how do I remove the widgetized top footer area from a specific page. For example, I have a contact form and contact information in the footer area that I don’t need showing on the Contact Us page (which has a contact form and contact info in the body of the page).
I tried the following in Custom>CSS in Customizer, but no luck:
/* no top footer on Contact Us */
.page-id-26 .x-colophon top {
display: none !important;
}Page ID 26 is the correct page id of my Contact Us page. Thanks.
August 11, 2016 at 6:56 pm #1127902
Prasant RaiModeratorHello There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks.
August 12, 2016 at 4:23 pm #1129221
apadkinsParticipantThe url is http://www.blushschoolofmakeup.edu. Thanks.
August 12, 2016 at 10:48 pm #1129570
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
.x-column.x-md.x-1-3:nth-child(1), .x-column.x-md.x-1-3:nth-child(2) {display: none !important }Thanks.
August 13, 2016 at 8:18 pm #1130332
apadkinsParticipantNo luck. The addition of .x-column.x-md.x-1-3:nth-child(1), .x-column.x-md.x-1-3:nth-child(2) {display: none !important
}in Custom>CSS removes widget column 1 and 2 in the footer area of every page (no effect with or without my original code at the top of the thread). The goal is to just keep the footer area from appearing on the Contact Us page. Help.
Thanks.
August 14, 2016 at 1:38 am #1130502
ChristopherModeratorHi there,
Please add this code:
.page-id-26 footer.x-colophon.top { display: none; }Hope it helps.
August 14, 2016 at 11:06 pm #1131350
apadkinsParticipantHomerun!! Thanks, Christopher. The word “footer” made all the difference. 🙂
August 14, 2016 at 11:29 pm #1131360
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1127880 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
