Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    To solve this issue create a “Child-Theme” first.

    after it create a images folder into your “Child-Theme” directory.

    and insert the images which you want to set as a background on post.

    After it copy the CSS rules which is given below and paste into “style.css” file of your “Child-Theme” directory.

    .blog-post{
    background-image: url(‘./images/slide-2.jpg’);
    }

    Now save the changes.

    Note: Please replace the slide-2.jpg image with your own image name.

    Thanks

    Theme Author weblizar

    (@weblizar)

    @jpjon: Have you followed the above Instructions ???

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Posts with transparent bacground. Box size adjustment’ is closed to new replies.