Css link to be overwritten

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=screencharset=“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

Well if the screen is after the “all” then no worries

Otherwise you will have to make sure the screen stylesheet selectors just have a bit more weight on them :wink:

Screen is after but “All” has all affect.

Otherwise you will have to make sure the screen stylesheet selectors just have a bit more weight on them :wink:

bit more insight would e a great help.

Thanks