Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #256205

    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?

    #256299

    Hey Andrew!

    There is already a WordPress feature that addresses this:
    https://codex.wordpress.org/Custom_Backgrounds

    Cheers!
    Josue

    #256485

    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?

    #256518

    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!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Custom Page Background Colours’ is closed to new replies.