Hello, I am creating a new site and I would like to use “a page to display as footer” in general. This works fine.
But for some pages (about 5-6) I would prefer to use the standard widget footer. Is this possible?
Thank you in advance for your help.
Holger
Hey Holger,
The only workaround that I could think is for the 5-6 to have a Color Section and add a background color to it.
Then put 4 1/4 Columns inside it and for each column, put a Widget Area.
Then in Quick CSS (located in Enfold > General Styling), hide the footer for this 5-6 pages, using this code:
.page-id-1 #footer-page,
.page-id-2 #footer-page,
.page-id-3 #footer-page,
.page-id-4 #footer-page,
.page-id-5 #footer-page
.page-id-6 #footer-page {
display: none;
}
You’ll also need to replace the page-id-x (x is the page ID) with the correct ID.
Hope this helps.
Best regards,
Nikko
Hello Nikko,
thank you for your workaround. This is a really good idea. :-)
Instead of use your CSS to hide the pages I deactiveted footer for each page in backend layout settings at right sidebar in each page.
Thank you for help!
Holger
Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon