Hi,
I fillowed instructions in the document, checked the forums, changing the green color for links does not work for me.
I opened css/colors.css and changed the following :
::selection { background: #D6AA47; }
::-moz-selection { background: #D6AA47; }
::-webkit-selection { background: #D6AA47; }
And I added the css colors file to head document as following:
...
<link rel="stylesheet" href="css/responsive.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Here goes your colors.css
============================================= -->
<link rel="stylesheet" href="css/colors.css" type="text/css" />
...
And I always have the green color for menu and links.
Help please
Thanks,
Robert
