Description
adding snow to your forums
adding snow to the topic sidebar
go in your theme and go custom.css
.ipsType_sectionTitle:after {
content: '';
display: block;
position: relative;
right: 32px;
height: 48px;
margin-top: -48px;
width: 100%;
background: transparent url(https://i.imgur.com/AggO8PX.png) no-repeat;
}
side bar
.ipsWidget.ipsWidget_vertical .ipsWidget_title:after {
content: '';
display: block;
position: relative;
left: 13.5em;
height: 40px;
margin-top: -40px;
width: 100%;
background: transparent url(https://i.imgur.com/Yzmf6Lb.png) no-repeat;
}
Recommended Comments
There are no comments to display.