Snow effect in sidebar

Unmaintained Snow effect in sidebar v1

No permission to download
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.

6DFhQ.webp
6DFhQ.png


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;
}
  • sidebar_xmas.webp
    sidebar_xmas.webp
    1.3 KB · Views: 8,792

Latest reviews

Just installed, good job and thanks for sharing!
Works flawless!
Love it :) I'm using this on my site.
Top Bottom