-
AuthorPosts
-
March 31, 2016 at 5:29 am #860574
I can set it using CSS, but should I need to? I was talking about the CSS that shows in Customizer->CSS (or JS)
.code-editor .CodeMirror.cm-s-solarized.cm-s-dark {
text-shadow: none;
background-color: #fff;
}March 31, 2016 at 5:42 am #860588I get what the Customizer is all about, including “Custom CSS and Java Script” within it. All I meant is I don’t like the new background color (too) dark. There are several other great thing added though. Do I need to change the background of Customizer->Custom->edit global css with CSS above?
March 31, 2016 at 5:59 am #860602I’m just asking about the css viewer background (it’s too dark)
See attached file
March 31, 2016 at 6:28 am #860655This is an insignificant question. I just wanted to know if there is an easier way to change the code customizer background color instead of using CSS.
March 31, 2016 at 7:43 am #860752Hi Charliesa,
It’s not possible to change the color scheme of the new CSS and JS editor. However, I’ll pass your concern to our developers. This way it can be taken into consideration for future development. All of these items are discussed with our team internally and prioritized based on the amount of interest a particular feature might receive. Thanks!
July 15, 2016 at 7:04 am #1088378I am having exactly the same issue. my background flashes up when i make changes and then reverts to the demo background. help!
July 15, 2016 at 9:59 am #1088590Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
November 4, 2016 at 7:41 am #1243668Hi,
I am struggling with the default grey background color as well. I actually want no background so I can play with the opacity of the background color of the columns, but every time I set the opacity lower the grey default background is back. I already inserted this code .site {
background-color: transparent;
}under the custom css, still no change. Can you help, please.
November 4, 2016 at 8:39 am #1243723Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
November 7, 2016 at 4:13 am #1246821This reply has been marked as private.November 7, 2016 at 4:21 am #1246827Oh, btw: right now I set the background color to white, because I prefer that to the default grey, however, ideally I would want a white transparent without the grey shining through. Thanks you! 🙂
November 7, 2016 at 4:32 am #1246835Hi there,
I don’t see gray background anymore. Please provide us with screen shot.
Thanks.
November 7, 2016 at 6:34 am #1246975Hi:
Thanks for the reply!Yes, because I put white over it. I did provide a screenshot with my first question, I can attach that one again. I want to change the background to transparent, so I can play around with the opacity of my columns. Right now the background is set to white, bacause if I do change the opacity I see the gray bg.
November 7, 2016 at 7:58 am #1247068Hi There,
Please add the following code to Appereance > Customizer > Custom > CSS
body { background-color: transparent !important; }
Hope that helps
Joao
November 7, 2016 at 11:08 am #1247367Hi!
Thanks for your reply. I actually added that bit of code before and deleted it again, because it did not create the desired result. I tried again, still no difference. The column still is solid white, although I have lowered the opacity in customize. I have removed all background colors and added the code that you have provided me with. Thanks for your help. -
AuthorPosts