Remove Post Titles from SubMenu in MegaMenu mode

Posted in: Newspaper
Post count: 18

Hi. What code can I use to prevent the post titles from a specific category from appearing in the submenu of the main navigation bar using the Mega Menu style? I want the posts featured images to appear there, but not the post titles. Thank you! Love your theme! I own three licenses so far and counting.

Post count: 35449

Hi,

If I understand correctly you want to hide the post title from mega menu, if is so you can use a custom css to do this

.sub-menu .item-details {
  display: none;
}

Just add this css in Newspaper>theme panel>Custom code>Custom css
https://www.screencast.com/t/eUGxxery

If you have more questions, or if I do not understand correctly your question please provide some more details and some screenshots with the problem or with what you want to achieve.

Thanks.

  • This reply was modified 7 years by Calin.
Post count: 18

Yes, Calin, that was the perfect fix for removing the post title. May I ask now how to reduce the space between the featured image and the scroll buttons?

As you can see from this screenshot, there is a lot of space now where the post title would have gone. Thank you!!

http://animalsvoice.com/screen.png

Post count: 35449

Hi,

Please try this custom css
.sub-menu .item-details { display: none; }
.td-mega-menu ul.sub-menu{
height: 218px;
}
.td-next-prev-wrap{
bottom: 60px;
}

https://www.screencast.com/t/PdcUGXr5D

Thank you.

Post count: 18

That was the PERFECT fix. Thank you so much. You’re genius!!

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