Hide logo on footer

Posted in: Newsmag
Post count: 1

Hi! How can I hide the logo on footer style 1?

Thanks in advance!

Pablo

Post count: 6535

Hi

You can use this custom css in Theme Panel->Custom Css:

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

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.