• Resolved weyck

    (@weyck)


    Hi again,

    still using this perfect Theme in Ver. 3.2.3 and installed the new theme plugin.

    Please have a look at https://www.vdt-online-neu.de.

    Is it possible to style the background image all over the site? So it is shown behind the header section (left and right side) too. Actualy there is left and right white space.

    Sry, i am a beginner in CSS… So, thanks for your help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Sam

    (@soumendra)

    Hello,

    You can try adding this CSS in your Custom CSS for making the header background transparent:

    #header {
        background: transparent none repeat scroll 0 0;
    }

    Hope that helps, feel free to ask if you have any other problem.

    Thank you.

    Thread Starter weyck

    (@weyck)

    Hi Sam,
    saved your Code Example in my Custom Style.css. My Problem still exists.

    Sry, i updated my theme to Version 3.2.4 30 minutes ago. Looking to go back to Version 3.2.3…

    Sam

    (@soumendra)

    Hello,

    You just need to add this code instead for better result:

    .boxed #wrapper {
        max-width: 1280px;
        width: 95%;
    }

    Hope that helps.

    Thank you.

    Thread Starter weyck

    (@weyck)

    Hi Sam,

    i deleted my old Child Theme, based on an old Version of Theme Hueman.

    After that the master theme Hueman, Version 3.2.4, works fine, incl. the background image.

    I created a new child theme and all customizing works fine.

    Thanks for your help!
    Greets, Juergen

    Sam

    (@soumendra)

    Thanks for letting me know. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Backgroundimage for the hole site’ is closed to new replies.