Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1078176

    Hi, this is my website (https://www.dielma.com):

    background

    In layout options I selected “boxed layout”. How I can change grey background with an image? Thanks.

    #1078697

    Hey Pas7o,

    Please try something like this in Quick CSS:

    html.html_boxed {
        background-image:url('https://your.site/image.jpg');
    }

    Best regards,
    Rikard

    #1078908

    Nope. Nothing has changed.

    #1079410

    Hi,

    What I see on your site:

    html.html_boxed {
        background-image: url(//www.dielma.com/wp-content/uploads/2019/03/Porto_di_Bardolino.jpg);
    }

    Best regards,
    Rikard

    #1079417

    Ok, an advice on image size?

    #1079561

    Hi,

    Since it needs to cover the width of the screen, it needs to be large enough for that.

    Best regards,
    Rikard

    #1079770

    And for height?

    #1080702

    Hi,

    If you don’t want it to repeat then it needs to be very high, since a page can have almost any height depending on the content.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.