Different coloured menus in mobile template


Author Message
Stanley Rieck

Posted: 10/10/2013
Quote message 

Hi,

Is it possible to create different coloured menus in the mobile / responsive templates?

Here is the website (please view on a mobile device) I set the desktop site up with different template, however with the crappy mobilejoomla component, I can only use 1 template for mobile. If you look at the desktop version, there are multiple different menu / page colours, I want the mobile version the same...

http://www.speedspace.co.za

If you click on products on the mobile device, you can click on any of the products and you will see that the pageheadings etc change colours, I have set up multiple menus for the different product pages, however I cannot set any suffixes to the menu as they just dont change on a mobile device... I would like the red menu to change to the same colours as the theme of the products.

Please assist
 
jrgweb

Posted: 10/11/2013
Quote message 

@Stanley Rieck - Are you talking about something like this?

If so try something like this:
.responsive .yellow {
background:yellow;
}
.responsive .green {
background: green;
}
.responsive .blue {
background: blue;
}