Customize mobile menu colors

Posted in: Newspaper
Post count: 13

Hi. I want to change the mobile menu colors (both background/gradient and text/icon color) so that I have a blue text/icons on a white background (see link below). I installed the Mobile Theme plugin and was able to do this. However, because the Mobile Theme does not allow me to customize the homepage, I must delete the Mobile Theme plugin (my website is based on a customized homepage so I cannot use the Mobile Theme).

So, my question: How do I change the mobile menu CSS colors?

This is the old (default) version which I do NOT want: https://www.screencast.com/t/An5zPt7TZY
This is the version that I DO want (but could only make this work using the Mobile Theme): https://www.screencast.com/t/lSVTOcfaNAEx

It looks like I can change the background/gradient in this CSS code by changing the two default colors to white #ffffff. Is this correct?

.td-menu-background:before {
content: ”;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0.98;
background: #333145;
background: -moz-linear-gradient(top, #333145 0%, #b8333e 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #333145), color-stop(100%, #b8333e));
background: -webkit-linear-gradient(top, #333145 0%, #b8333e 100%);
background: -o-linear-gradient(top, #333145 0%, #b8333e 100%);
background: -ms-linear-gradient(top, #333145 0%, #b8333e 100%);
background: linear-gradient(to bottom, #333145 0%, #b8333e 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#333145′, endColorstr=’#b8333e’, GradientType=0);
}

Where do I find the code/CSS to change the text/icon colors from the default white to my blue color?

Many thanks. I am enjoying using your theme so far.

Post count: 7909

Hi,

You don’t need to edit the code to achieve this as even if you don’t use Mobile Theme plugin, there are color options here – http://screencast.com/t/B99rPN1u9itb

Thanks!

Post count: 13

Oh, wow. I completely missed that. I looked before but couldn’t find it! Problem solved. Thanks!!

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