Delete Footer Logo

Posted in: Newspaper
Post count: 20

Hi, I was wondering how I could delete the “Old Major Post” footer logo, and middle align the “About Us” and “Follow Us” sections.

https://imgur.com/a/H8yQS

Post count: 20688

Hi,

That would be the footer logo, it can be changed or removed in the theme panel
https://www.screencast.com/t/ym3mHWDgmN
For the centering of those element you could use a code like this
https://www.screencast.com/t/nfHFnJgKk

.footer-text-wrap,
.footer-social-wrap {
text-align:center;
}

It must be entered in Theme panel->Custom CSS section.

Thanks

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