I am considering buying another license to use Enfold on a second site. However I have a particular requirement in that I need to have a custom page background colour for each page.
Since I appear to be able to doing everything I have ever needed to do with the Enfold theme I just wondered if it was likley that I could achieve this seemingly simple requirement with this theme.
I have tried some other themes but it is apparently not straight forward.
Any ideas how I might be able to do this with Enfold?
Hey Andrew!
There is already a WordPress feature that addresses this:
https://codex.wordpress.org/Custom_Backgrounds
Cheers!
Josue
I did try that by adding this code to the functions.php file
<?php
/*
* Custom Background Support */
add_theme_support( ‘custom-background’ );
But it’s not working and it’s like the theme’s styling is overriding this – could this be the case?
Looks like I have managed to do this without needing the custom background feature. I discovered the ‘color section’ component in the Avia layout builder. Awesome!