Okay
  Public Ticket #1365603
Background Colour
Closed

Comments

  • Brode started the conversation

    Hi,

    My websites background colour is set to black in with 

    html {background-color: #000000 !important;}

    in the custom css code.

    This was done months ago and everything was working fine. But I just recently noticed that now when I view my website using the Safari browser the home page as well as a couple other pages are white whilst the rest are black.

    Viewed on chrome and the website is as it should appear across all browsers.

    could you please suggest what is required to fix this.

    Or is this a bug from the latest theme update?

    thanks

    Brode

  •  3,034
    Andrew replied

    Hi Brode,

    That should not really happen.

    Could you see if disabling that minification plugin helps with this issue and also try to clear any cache if you have i.e. a caching plugin installed.

    If that does not work try using this CSS:

    .ascend {
        background-color: black !important;
    }

    Let us know how this goes and if not well include the version of safari in use and OS X version.
    Thanks.

  • Brode replied

    GOt this same issue back again after updating salient version.

    Have cleared cache and disabled minify as well as tried to deactivate WP rocket.

    But still my background colour for my entire site is white.

    Previously I have used the custom CSS:

    .ascend {    background-color: black !important;
    }
    


    Which I still have in the css of salient.


    So could you please help as to why this is happening again?

  • Brode replied

    kept playing around with a few settings and clearing the cache etc and after sleeping and looking at it again in the morning it's come right.