Replace header and footer BG color with texture

Hello, i would like to ask if it is possible to change my header and footer background color with some image texture i have and if it is possible how to do it!

Hi @codeoner,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

nav.navbar.navbar-default {
    background: url("http://www.geeks3d.com/public/jegx/200812/game-texture-02.jpg");
}
footer#colophon {
    background: url("http://www.texturesynthesis.com/textures_fast_k/rock_wall_n7_s_t6_k20_c_256x256.jpg");
}

Please change the texture image URLs in the above code to whatever you want to apply.

Best Regards,
Movin

Hey Movin!
Good day to you too!

that worked like a charm!
Thank you very very much for the solution!
I think this should be a theme feature in future versions of the theme as it helps customizing very much :slight_smile:

You are most welcome here :slight_smile:

Sure we will consider it to be implemented in the future version of theme.