Logo footer on mobile theme

Posted in: Newspaper
Post count: 25

Hello,

I tried to hide the logo on the footer on mobile theme with different custom code:

.td-mobile-footer-wrap{
display:none;
}

and

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

But with no success; I love the mobile theme by tagdiv, but I don’t want to display the logo on the footer…what’s the right code for do this?

Thanks

Post count: 57

The first code should work. It worked for me it removes the footer from mobile theme remember to place the code in themepanel> mobile theme> custom css

Post count: 25

Oh, thanks! I was not place it in the correct place 😀 thanks Suprim.

Post count: 57

You are welcome 🙂

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