• Resolved cfaria

    (@cfaria)


    Hi there,

    Everytime I refresh any page, the background colour switches between black and white. How can I stop this from happening?

    Thanks,

    Cassandra

Viewing 3 replies - 1 through 3 (of 3 total)
  • Have you changed your background colour yourself? And which browser are you using?

    A link would be useful.

    Thread Starter cfaria

    (@cfaria)

    Nope I hadn’t changed the background colour…I’ve fixed it now tho. I changed the background colour below to #000000 and it seems to have done the trick!

    .wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    Well done!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Background colour keeps changing when refreshed’ is closed to new replies.