V3: disable footer menu

Posted in: Newspaper
Post count: 53

Hi, I can’t disable that (awful) menu in the footer. How can I do it?

Couldn’t find the option in the Theme Panel > Footer. Only to change the menu :/

Thanks

  • This topic was modified 12 years by zeus.
Post count: 854

hi
use this css:


#menu-footer {
   display :none;
}

Thanks for you message.
Radu A.

  • This reply was modified 12 years by Radu A.
Post count: 53

hi radu,

where exactly do I need to insert this? I reckon the style.css. Is there a specific location where I need to paste this code? I’m not a css master unfortunately 🙁

Thanks

Post count: 53

I’ve tried to insert it in different places in the style.css. But nothing happens. Thanks for your help.

Post count: 53

For your info, I did this:

.td-sub-footer-menu li a {
display: none;
color: #f5f5f5;
font-size: 12px;
padding: 0px 10px 0px 10px;

I added ‘display: none;’ in this section and now it’s gone 🙂

Post count: 3343

Hello,
Yes, that is the correct CSS or this:
If you have V 3.x you can add it in the CSS section in Theme Panel http://screencast.com/t/9GkLYXCODQqR

.menu-footer-container {
    display: none;
}
Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.