I only have access to the back end of my CMS. They are loading the custom style sheet this way
<link rel="stylesheet" media="(min-width:481px)" href=".../css/custom/styles.css" type="text/css">
I need to remove the media="(min-width:481px)". Is there a way to do this with JavaScript (I don't think the CMS uses jquery)?
linkelement. For that, there are many answers on SO, including: stackoverflow.com/q/9979415/215552media="(min-width:481px)"can't be done.!importantinside the CSS would let me override themedia="(min-width:481px)"....