Dear fellow Enfold users,
A few days ago I asked if it was possible to have multiple backgrounds/color scheme in your theme pages (I currently use “splash green”). I would like to use “boxed wood” for just one of my pages.
Andy was so kind to recommend me a plugin called “WP-Backgrounds Lite”, but unfortunately this did not work after fiddling with it for 30 minutes.
So I would like to know if there might be another way to do it?
Thanks in advance and kind regards,
Ken
Hey Ken!
A different background would be possible. Drag a codeblock element to your page and add this inside.
<style type = "text/css">
html.html_boxed {
background: url("YOUR DOMAIN HERE/wp-content/themes/enfold/images/background-images/wood-light.png") repeat scroll center top #342f29 !important;
}
</style>
Getting different color schemes to display would take a lot of time and code though so it would have to be considered custom work.
Cheers!
Elliott
Hey Elliott,
Thank you very much for the time helping me,
So I dragged a Code Block element to my page and placed the code inside, saved it, but nothing changed.
I will say that I’m quite new to WordPress so I’m not very good at it, I might have done it wrong.
Sorry for the trouble :(
Kind regards,
Ken
Hi!
Send us a link and we’ll take a look.
Regards,
Elliott
It’s ok, I figured it out, thanks for the help!
*This can be marked as resolved*