Newsmag Mobile Menu Colour

Posted in: Newsmag
Post count: 80

Hello TagDiv Team,

I can’t find out how to change the background colour of the MOBILE MENU of my theme.
I know in Newspaper you can have a separate function in the theme panel but Newsmag does not come with one.

How can I change the colour using custom CSS?

Thanks,

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/heykYMp1Sxb

.td-mobile-nav-wrap{
background-color: red;
}
.td-mobile-content li a{
border-top: 1px solid red;
border-bottom: 1px solid red;
}

Thanks!

Post count: 80

Hi Andrei,

Thank you for the code.

I just have two more issues:

1) How can I change the CLOSE button colour? What is the code for this?

2) How can I change the colour of the menu text? At the moment, it is just grey.

Thanks,

Post count: 6535

Hi

1. Try this css: http://screencast.com/t/UQ7uHzLYE3W

.td-mobile-close a{
background-color: red;
}

2. You can change the menu items text color from theme panel > theme colors: http://screencast.com/t/tmmfIft2AnQ

Thanks!

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