I am stuck at add_custom_background. I can change background color/image but I only want to change my index page. Currently, the changes apply on the whole page. I want...
  • May 22, 2022
  • 0 Comments
how to include image URL to css “style.css” in custom block? Both these not work: background-image: url("images/imagename.png"); background-image: url("./images/imagename.png"); Image was compiled with hash like imagename.asdasdasd.png but the path...
  • May 18, 2022
  • 0 Comments
Is it possible to create multiple “custom background” administration pages? A site I’m doing now needs 2 different background in 2 different areas, I would really love giving my...
  • May 17, 2022
  • 0 Comments
I’m creating my new website and I would like to change the background colour. Through FireFox Inspector I nailed the CSS line that manages the colour, it’s background-color: #fff;...
  • May 16, 2022
  • 0 Comments
My theme is a very small one page theme which really doesn’t need all the scripts, so I’ve created a few options to remove wp_head() and wp_footer() so the...
  • May 12, 2022
  • 0 Comments