Viewing 1 replies (of 1 total)
  • Because you’re using the background shorthand in your child theme, it’s not enough to explicitly set background-color to override it, you also need to explicitly unset background-image:

    body.page-id-1946 {
    background-color: #FF0000 !important;
    background-image: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Code not working, please help!’ is closed to new replies.