Mega Menu Vertical Line & Next-Prev Arrow

Posted in: Newspaper
Post count: 17

Hello,

Concerning the mega menu css classes, I found almost everything in order to adapt the required colors and fonts.
There are only two things that I cannot change.

1. There is a vertical white line between the sub-categories and the images on the right. I want to make it disappear or to change color. Which class should I modify ?

2. The second is the next-previous arrows. Which class is responsible to change colors ? or to hide it.

I tried the below css but I managed to hide only the arrows. Is still functional and the borders are still there 🙂

.td_block_mega_menu .td-icon-font{
display:none;
}

Thank you in advance for your precious support !

Post count: 22421

Hello,

1. The line can only be removed with css so please use this code: ]
.td_mega_menu_sub_cats:after{
display:none;
}

2. The css classes are like follows:
there are 2 main containers with classes of td-ajax-prev-page and td-ajax-next-page
In these containers there are 2 icon fonts inside an i element with classes of
td-icon-menu-left and td-icon-menu-right. The font itself is added with a ‘before’ pseudo-element.

Thank you!

Post count: 17

Thank you Bogdan,

Your support is mostly appreciated.

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