Remove website logo and "ABOUT US" from footer| Mobile theme

Posted in: Newspaper
Post count: 72

Hello,
I am using the mobile theme you provided. Why this theme is displaying my website logo and “ABOUT US” in the footer ()? I just want a clean footer with a bar at the bottom.

Post count: 22421

Hi,

If you use the mobile theme the footer will be a predefined one and it can only be altered with css. If you want to remove the footer logo and about us section you can use this css in the mobile theme custom code section:
.td-mobile-footer-wrap .td-footer-logo, .td-mobile-footer-wrap .td-footer-description{
display:none!important;
}

Thank you!

Post count: 72

Hi Bogdan,
thanks for the reply.
The rules you provided are not working, or at least are not hiding what I wanted to: remove all the upper black bar/wrapper. I’ve tried this one and everything seems to be working:
.td-mobile-footer-wrap {
display:none;
}

Post count: 22421

Glad you found the solution! Best of luck on your project!

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