About Us on footer – how to remove

Posted in: Newspaper
Post count: 2

Hi

On my site (www.802101.com) I have everything pretty much as I want it to be, apart from an “About Us” bit in the footer.

I cannot figure out how to remove this.

Can you assist please?

Many thanks

Stuart

Post count: 23312

Hello stuartfordham,

To hide this section on the mobile version, please try a bit of CSS code and place it in Theme panel->Custom CSS area.

The code is ->

@media(max-width:767px){
.footer-text-wrap{
display:none;
}

Thanks.

Post count: 2

I fixed it by changing the footer template to style 12

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