Hi there,
I am not sure, but I guess there is a little bug in the mobile theme. When I open the menu on my iphone, the color doesn't change into the color of my website (which is green). Instead I can see the default color of your demo page (which is turquoise). This isn't correct, is it?
Kind regards, Nicole
Hi,
We would like to check it. We will reply ASAP.
You can try this way and check if it can work well in your site:
Please go to green.css,
in sites\all\themes\md_chulan\css\front\colors, replace all #54BABB into #72953B
I checked this out, but unfortunately the menu on my iphone is still turquoise ...
Please insert the following into file green.css and check if it works:
@media only screen and (max-width: 959px) {
.link-holder{
background: #72953B;
}
}
Sorry, I am not sure if I understand you correctly.
Where (line) and what should I insert in the green.css? It would be great if you could mark the correct code. Thanks!
Of course,
Please add to the end of file green.css:
It's still turquoise :-(
We fixed it for you. Please check :)
Yes - great, it works. Thank you!