Tagged: x
-
AuthorPosts
-
July 9, 2016 at 11:20 am #1079403
M RParticipantAt some point during an upgrade you changed the custom CSS/JS panel which is very nice, except for the colors you used in the panel. For those of us who are prone to eye strain, and/or have less than 20/20 vision it is incredibly difficult to read, and gives me a headache. I’ve been doing my coding in a different document and pasting it in, but when you have to change stuff you have to search through the code and it’s MISERABLE to use. Can you please PLEASE for the love of all things internet and eyesight tell me where to change the background color and text coloring of that panel. It’s awful.
I’ve mentioned this before, but 2 updates have come since then with no change to this. Since I often change my own site, and customize your theme for clients, I need to either change it myself, or find a new theme.
July 9, 2016 at 12:52 pm #1079461
ThaiModeratorHi There,
To change the background color of the custom CSS panel, please add the following code under functions.php file locates in your child theme:
function x_customizer_live_preview() { ?> <style type="text/css"> .code-editor .CodeMirror.cm-s-solarized.cm-s-dark { background-color: rgba(173, 185, 175, 0.965) !important; } </style> <?php } add_action( 'customize_controls_print_styles', 'x_customizer_live_preview' );Hope it helps 🙂
July 10, 2016 at 6:26 am #1080079
M RParticipantBless you. thank you
July 10, 2016 at 6:38 am #1080086
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1079403 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
