- Compatible XF Versions
- 1.0
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
This resource is not affiliated with XenForo Ltd.
Another simple template edit, replacing the standard question mark to the left of poll titles with an image.
Before:
After:
Create a /images directory in your style directory; e.g. community/styles/cliptheapex/images
Upload a 40px x 40px image in whichever format you choose.
Attached are a few images.
Add this to EXTRA.css:
Make sure the image path matches the file you upload.
Another simple template edit, replacing the standard question mark to the left of poll titles with an image.
Before:
After:
Create a /images directory in your style directory; e.g. community/styles/cliptheapex/images
Upload a 40px x 40px image in whichever format you choose.
Attached are a few images.
Add this to EXTRA.css:
Code:
.pollBlock .questionMark {
background: url('@imagePath/images/poll.png') no-repeat !important;
border-radius: 0 !important;
font-size: 0 !important;
}