Background on Blask

  • I am using the Blask theme and I want to have one image as the background that covers the entire page. I dont want it to repeat or be in a block pattern. I have had this before but I cannot recall how to do it.

    The blog I need help with is: (visible only to logged in users)

  • Hello,

    The theme you are using does not have that option out of the box.
    What you can do is, set the background image as you usually set it up, click on the Options > ‘no-repeat’ button (Screenshot).

    After that ,go to the Customize page (Screenshot) > CSS (Screenshot) and in the CSS box put this piece of code:


    body.custom-background {
    background-size: cover;
    }

    I hope this helps.

    I hope this helps.

  • The topic ‘Background on Blask’ is closed to new replies.