Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #860574

    charliesa
    Participant

    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;
    }

    #860588

    charliesa
    Participant

    I 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?

    #860602

    charliesa
    Participant

    I’m just asking about the css viewer background (it’s too dark)

    See attached file

    #860655

    charliesa
    Participant

    This 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.

    #860752

    Zeshan
    Member

    Hi 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!

    #1088378

    Vitaccess
    Participant

    I am having exactly the same issue. my background flashes up when i make changes and then reverts to the demo background. help!

    #1088590

    Joao
    Moderator

    Thanks 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.

    #1243668

    perisoylu
    Participant

    Hi,

    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.

    #1243723

    Joao
    Moderator

    Thanks 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.

    #1246821

    perisoylu
    Participant
    This reply has been marked as private.
    #1246827

    perisoylu
    Participant

    Oh, 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! 🙂

    #1246835

    Christopher
    Moderator

    Hi there,

    I don’t see gray background anymore. Please provide us with screen shot.

    Thanks.

    #1246975

    perisoylu
    Participant

    Hi:
    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.

    #1247068

    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    body {
           background-color: transparent !important;
    }

    Hope that helps

    Joao

    #1247367

    perisoylu
    Participant

    Hi!
    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.