Megamenu pagination

Posted in: Newspaper
Post count: 11

Hi.
I like the megamenu but would like to add “More articles” just below the pagination arrows as I think these are to anonymous and users do not see them?
Also is it possible to give these arrows another color?

Thanks.

Post count: 23312

Hello roed,

If you want to change the color of the navigation buttons you should use the code below and place it in Theme panle->Custom CSS area:

.td_block_mega_menu .td-next-prev-wrap a:hover {
background-color: red;
border-color: red;
color: green;
}
.td_block_mega_menu .td-next-prev-wrap a{
background-color: pink;
border-color: pink;
color: blue;
}

The result is here -> https://www.screencast.com/t/AKKhEzcsfKiG

Also, please notice that our theme does not have any such an option that allows you to add a More Articles just below the pagination arrows on the mega menu, sorry! You should edit yourself the theme core file which corresponding with this block and makes some adjustments which involve custom work. Also, if you do not have solid coding skills in this regard, please consider hiring a freelancer/developer to help you because we can’t provide custom work at the moment, sorry!

Thanks for the message!

Post count: 11

Hi.
I will just do the coloring then 😉

Thanks.

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