Greetings,
I have a css link at header
<link rel=“stylesheet” href=“/css/reset.css” type=“text/css” media=“all” charset=“utf-8” />
i would like to overwrite the link in the body as
<link rel=“stylesheet” href=“/css/reset.css” type=“text/css” media=“screen” charset=“utf-8” />
However, i do not have te access to the head part of the html (it’s a cms)
Any help would be great.
Thanks