Changing 1ABC9C color does not work for me

1 reply · opened Sep 9, 2018

RrobertverrSep 9, 2018

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

RrobertverrSep 11, 2018

Fixed

I thought I only had to change the first three instances in color.css

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard