• So I had a previous problem with my background image not updating, but now I don’t see it at all on any browser, even my phone’s. It’s supposed to have circles at the very top of the page above the header. If it’s still there let me know, it may just be my cache taking forever to clear like yesterday. Thanks!

    https://www.happyhealthypets.net

Viewing 3 replies - 1 through 3 (of 3 total)
  • There is background color property assigned in child theme stylesheet which overrides the wanted background image.

    So in the child theme stylesheet:

    Remove this part

    background: #fff;

    From this

    body {font: normal 'Lora', Lucida Sans Unicode, Lucida Grande, Verdana, Tahoma, Arial, Sans-serif; color: #666; background: #fff;
    }
    Thread Starter livelaughplay

    (@livelaughplay)

    Ahh, thank you. I’m dealing with a problem I had yesterday, the background image won’t update to the custom one I uploaded to my site. They’re pink circles now but they’re supposed to be green and purple. It just kind of fixed itself yesterday but now the problem is back again. Can anyone tell me what color circles you see at the top of the page?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Background image not showing’ is closed to new replies.