Hi, im asking what is the easiest way to get rid of the footer in all website?
This would include all footer with pics , menus etc.
Thank you for help in advance!
Best regards Alex F
Hi, im asking what is the easiest way to get rid of the footer in all website?
This would include all footer with pics , menus etc.
Thank you for help in advance!
Best regards Alex F
Hi! You can do it in two ways.
echo '<style>
.site-footer {
display: none !important; }
</style>';
.site-footer { display: none; }
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.