When I recently updated WordPress, I noticed that my Enlighter.js line hover color changed back to default yellow from the color I had changed it to originally. For example: Since I had to look up how to change this color back to blue, I decided I would create a post here about how to do … Continue reading WordPress: How to change the Enlighter.js line highlight color
Enlighter
WordPress: How to make a custom Enlighter theme for code highlighting
According to this page: https://wordpress.org/support/topic/custom-background-color-5/ The regular Enlighter plugin themes are stored in this minified css file: /wp-content/plugins/enlighter/resources/EnlighterJS.min.css and the css files for the Enlighter plugin themes can be found here: /wp-content/plugins/enlighter/views/themes/ for example: /wp-content/plugins/enlighter/views/themes/mootwo.css However, to create a new custom Enlighter css theme and have it show up in the Enlighter plugin options, I … Continue reading WordPress: How to make a custom Enlighter theme for code highlighting