where does this code come from??
-
been checking out Gutenberg and one of the themes described on themeshaper.com. a recent article introduced us to 3 “gutenberg” themes, one of theme being a theme called handicraft.
This is a link to that article “Styling Themes for Gutenberg“`this might be more of a general wordpress question than gutenberg related but it does relate to using the theme handicraft. how does the internal css get generated in the head of this theme which displays the background image on the page?
This the CSS code generated just before the end of the head, where from??
<style type="text/css" id="custom-background-css"> body.custom-background {background-image: url("images/papertexture.jpg"); background-position: left top; background-size: auto; background-repeat: repeat; background-attachment: scroll;} </style>
Al
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘where does this code come from??’ is closed to new replies.