Footer

Posted in: Newspaper
Post count: 18

Hi, I added a new footer design using a footer templates, but I’m having some issues. The new footer is visible when previewing, but when I edit its content using Td Composer, I don’t see the footer content or any elements within Td Composer. Furthermore, the footer is not visible on the website’s front end and doesn’t appear on the website itself.

https://drive.google.com/file/d/1tBP8O-lk7_uPV1qfstIY3NUi0ZQt1dXx/view?usp=drive_link

Post count: 35449

Hi,
I see that a custom css has been used to hide the footer https://prnt.sc/Ebuor66ByiN5
look for this cutsom css:
.single-3d-flip-book .td-header-template-wrap, .td-footer-template-wrap {
display: none!important;
}
and edit it to be like this
.single-3d-flip-book .td-header-template-wrap {
display: none!important;
}

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.