How to adjust footer copyright text and set up cookies notices

Posted in: Newspaper
Post count: 17

Hello,
I have two questions:
How to center “FOOTER COPYRIGHT TEXT”?
How to put “cookies notice”? I want to put it at the bottom of the page

Thanks in advance for your answers!
Jean

Post count: 35449

Hi,

For center the copyright text in sub footer you need to us a custom css
.td-sub-footer-copy {
width: auto;
left: 50%;
margin-left: -50px;
}

Set the above custom css in Newspaper>Theme panel>Custom code>Custom css
-> https://www.screencast.com/t/Zd3zZgLOFkId

For cookies notice you need to use some plugins, maybe this one can help you -> https://wordpress.org/plugins/cookie-notice/

Thank you.

Post count: 17

Thank you!:)

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