CSS displayed in page, can we move this to another CSS file?
-
Hi everyone,
I have a question regarding the CSS that is rendered by the responsive slider. I don’t want any CSS code in my source code, as I would prefer to have the entire site CSS in a single file. So far I have succeeded, however the responsive slider still outputs CSS in the source code of the homepage:
<style type="text/css"> .slide-excerpt { width: 50%; } .slide-excerpt { bottom: 0; } .slide-excerpt { right: 0; } .flexslider { max-width: 520px; max-height: 305px; } .slide-image { max-height: 305px; } </style> <style type="text/css"> @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { .slide-excerpt { display: none !important; } } </style>
Is there anything I can do to prevent this, possibly without modifying any core plugin files?
Thanks, Titus
https://www.ads-software.com/extend/plugins/genesis-responsive-slider/
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘CSS displayed in page, can we move this to another CSS file?’ is closed to new replies.