This tip will allow you to display a snow or any other effect you desire to appear in your sidebar blocks. In this example were are decorating the sidebar for the festive season.
First, upload the image found in the attachment into your /overlay folder then paste the following css into your EXTRA.CSS template and your done.
First, upload the image found in the attachment into your /overlay folder then paste the following css into your EXTRA.CSS template and your done.
Code:
.sidebar .section:before {
content: "";
display: block;
height: 25px;
margin-top: 5px;
background: url("@imagePath/xenforo/overlay/sidebar_xmas.png") no-repeat scroll left transparent;
}