changing background on betheme blog and single page
Hello again,
can you guys let me know how to change the body background on this page and for a single blog post, it kinda looks chaotic like this
single page https://freeflyvr.com/v3/musings-from-the-team/
thanks in davance
Comments
to change background on these particular pages, you need to use extra css:
.page-id-227 #Content { background-image: url('#') !important; }.single-post #Content { background-image: url('#') !important; }
.single-product #Content { background-image: url('#') !important; }