• Resolved kwandinata

    (@kwandinata)


    Hello,
    First of all, I think this plugin is awesome, but I wanted to ask a question. Is it possible for me to add background image to cover the whole page in some of your plain background template, like the plain text or the sad one? Can I add it with css?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author WebFactory

    (@webfactory)

    Hi,
    You’re welcome 🙂

    Sure, you can add some CSS and use the background-image property on the body element. Absolutely no restrictions there.

    Thread Starter kwandinata

    (@kwandinata)

    Hi again,
    I can’t seem to be able to add the image to the page

    my css code:
    .body {
    background-image: url(“url”);
    background-size: 100%;
    background-repeat:no-repeat
    }

    Plugin Author WebFactory

    (@webfactory)

    The code looks good. As long as the “url” is replaced with an actual image URL everything should be OK.

    EDIT: it’s body not .body – that’s the problem.

    • This reply was modified 9 years ago by WebFactory.
    Thread Starter kwandinata

    (@kwandinata)

    It works now. But the problem with this is that it is still obstructed by the default images, even with the plain text template. Is there anyway i can remove the default images? And another thing I noticed is that it doesn’t cover the whole page, only the top part, which I presume is the body? is there any way I can cover the whole screen with the background image?

    Plugin Author WebFactory

    (@webfactory)

    All theme files are located in the plugin’s theme folder. Find the theme you need and you can edit anything needed. Everything can be done via HTML/CSS but it obviously requires custom code and smaller/bigger modifications.

    Thread Starter kwandinata

    (@kwandinata)

    Seems like a bit too much work for an under construction page we’ll only use for a while.. I’ll probably just stick with the defaults. Thanks for the fast response though!

    Plugin Author WebFactory

    (@webfactory)

    You’re welcome! The idea of this plugin is to be simple. Unfortunately, that means fewer customization options than is sometimes needed 🙂

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Background image’ is closed to new replies.