Remove "About us" in footer.. main site

Posted in: Newspaper
Post count: 1

I have searched the forums for the answer on how to remove the “about us “, I have read the help page on footer 1,2,3 but I can not control or modify anything in those boxes.
example is below, if needed I will send site url. Could not load example.

Post count: 23312

Hello jfreyburger1,

If you want to remove that footer section, you should use a bit of CSS code to do this. Try the code below and place it in Theme panel -> Custom CSS area.

.footer-text-wrap{
display:none;
}

The result is here -> https://www.screencast.com/t/8ED5bUtg

Thanks.

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