Mobile Menu Colour Not Showing

Posted in: Newsmag
Post count: 80

Hello TagDiv,

My mobile menu colour is not showing up correctly on my website.

The colour is all black and when I hover over the menu items, it then becomes white and the text shows as grey.

I would like the text to show as grey/white and when I hover it, the item span becomes white.

I hope this makes sense? Where can I change the MOBILE menu colour only?

http://www.glitched.co.uk

Post count: 80

Sorry,

Just to be clear, I want to change the colour of the font. I need to make this lighter as the grey is too dark but I cannot find where this is.

Also, is there a CSS to put a line under each menu item?

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css and change the color as you need: http://screencast.com/t/txgupPT7CEh8

.td-mobile-content li a{
color: grey;
border-bottom: 2px solid grey!important;
}

Thanks!

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