reverie
reverie copied to clipboard
Custom background image styling
Maybe I'm just overlooking something, but I cannot find the scss part where the style attributes for the custom background (.body custom-background) are defined.
When I inspect the code with Chrome inspector the default styles are
background-image: url('media/background.jpg'); background-repeat: repeat; background-position: top left; background-attachment: scroll;
Custom background was added vis javascript by WordPress.
to style the backgroud by SCSS you can remove the lines of "// Add custom background support" in your functions.php, so that you can't customize that in Wordpress' Admin any more. This will let style.scss and the rest of pre-styled foundation magic to unveil it's background styles.
That's what I was looking for, thanks!
that thing drove me crazy until I found it. and the worst part, it's one of the first, if not THE first thing to begin with styling. I'd suggest to remove it from reverie.
Drove me crazy too. But I'm glad I'm not alone :)