Move in-line style into style sheet
-
Sorry if my terminology is wrong, but right now the style is inline and I would like it moved into a style sheet so I can combine them with my other css documents.
Is there anyway to do this?
Example:
Move this:
<style id=’ez-toc-inline-css’ type=’text/css’>
div#ez-toc-container p.ez-toc-title {font-size: 100%;}div#ez-toc-container p.ez-toc-title {font-weight: 500;}div#ez-toc-container ul li {font-size: 100%;}
</style>Into this:
<link rel=’stylesheet’ id=’ez-toc-css’ href=’https://www.site.com/wp-content/plugins/easy-table-of-contents/assets/css/screen.min.css?ver=1.7′ type=’text/css’ media=’all’ />
- The topic ‘Move in-line style into style sheet’ is closed to new replies.