• Resolved precmarine

    (@precmarine)


    I’ve upgraded to PRO and looked through the documentation and searched the FAQ’s and forum. Whenever starting a new page choosing an “Elementor Canvas” the page is blue, not white, which is what I’m trying to do.

    The only way I can start with a white page is to choose “Elementor Full Width”, which of course has the header and footer of our site, which we do not want. “Disable Default Colors” is not chosen in Settings>General.

    If there’s an article on this I’d be glad to read it. Thank you for your assistance.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Canvas uses your theme’s background color on fill for all body.
    You can go into your theme’s color area and fix. If your theme does not have a color area. You will need to edit the style.css file and look for

    body
    {
    background-color=#c8c8c8;
    }
    

    of course that #c8c8c8 will just be your color blue in hex.

    Thread Starter precmarine

    (@precmarine)

    Aww geez. Thing is, there is no page on our site that is blue in color… anywhere. So I’m guessing there isn’t code within the css file that looks like
    body
    {
    background-color=#c8c8c8;
    }

    Am I misunderstanding?

    Send me a link to your site plz.

    Thread Starter precmarine

    (@precmarine)

    This is the site…

    https://www.precisionmarine.com

    This is a blank Elementor Canvas Page…

    https://www.precisionmarine.com/landing-2018-1/

    Thanks Jeremiah!

    Well I have never … ever seen this before. This is probably the weirdest CSS I will ever see.

    :root
    {
    –primary-color:#0087b7
    }
    .absolute-footer, html {
    background-color: #1e73be;
    }

    You seen to have an entire inline style sheet written in some really none standard CSS.

    It appears to be in the Custom CSS section of your Blank Elementor Canvas Template.

    Oddest thing I ever saw.

    Thread Starter precmarine

    (@precmarine)

    I’m sorry for not replying Jeremiah. Thank you very much for taking the time to examine the page. Are you an Elementor rep?

    DO you have any recommendations on how to overcome this challenge?

    @precmarine Did you ever get this figured out? I suddenly started experiencing this too and can’t figure out why it’s happening. I can see the color is being applied by Elementor default settings (elementor/includes/schemes/color.php), but I don’t know why it started doing this after I’d been using it for weeks.

    The section background color is showing as “#6ec1e4”, if that’s the same as you experienced. Any help would be greatly appreciated. Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Default White Elementor Canvas Color’ is closed to new replies.