Mobile Underline

Posted in: Newspaper
Post count: 497

I want to have lines in my mobile menu in blogs sub categories.

Please refer to the picture for further reference.

https://ibb.co/71Kw7Mt

Post count: 18283

Hello !

This is achievable using CSS as you can see here: https://www.screencast.com/t/cbqfHOZHa

You will have to use the Google chrome inspector in order to see which menu id’s you have and add them to your css.

Here is the code: .menu-item-18250 {
border-bottom: 2px black solid
}

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

Thank you !

Post count: 497

Hi, I have applied the code, but the code is not working as expected . . .

Please look at the pic for further clarification.

https://ibb.co/f8MmLrc

Thanks

Post count: 18283

Hello !

Please provide a link to your website and we will take a look.

Thank you !

Post count: 497
Post count: 18283

Hello !

Please try this css code: .td-mobile-content li, mmenu-item-0{
border-bottom:2px black solid;
}

Thank you !

Post count: 497

Thanks Vlad S, the code works perfect this time.

Thanks again.

Best Regards,

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