Quantcast
Channel: Topic Tag: mobile | WordPress.org
Viewing all articles
Browse latest Browse all 22105

Scott Smith on "[Theme: Decode] Remove background image on mobile"

$
0
0

Use the Custom CSS field in the Customize menu and add this:

@media only screen and (max-width : 35em) {
body.custom-background { background-image: none; }
}


Viewing all articles
Browse latest Browse all 22105

Trending Articles