Remove < and > on Mega Menu?

Posted in: Newspaper
Post count: 11

Hello, I need to remove the last and next buttons on my Mega Menu. I tried the following custom css without luck:

.td_block_mega_menu .td-next-prev-wrap {
display:none;
}

Here are the screen shots:

screen shot 1

screen shot 1

Post count: 18283

Hello !

You can try this code: .tdb_header_mega_menu .td-next-prev-wrap a {
display:none;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Post count: 11

Works great. Thanks. Now how do I change the bottom padding to make it match the top?

Screen shot

Post count: 35449

Hi,

You can use this custom code for thsi
.tdb-mega-menu .tdb_header_mega_menu {
min-height: 200px!important;
}

You can adjust the number of px after your needs.

Thank you!

Post count: 11

I changed min-height to max-height and it worked.

Thanks.

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