Add an image to the left of poll titles, replacing the question mark

Add an image to the left of poll titles, replacing the question mark 1.0

No permission to download
Compatible XF 1.x versions
  1. 1.0
  2. 1.1
  3. 1.2
  4. 1.3
  5. 1.4
  6. 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:
before.webp


After:
after.webp


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;
}

Make sure the image path matches the file you upload.
  • Like
Reactions: SportainmentMG

Latest reviews

Awesome!
Nice and easy
Top Bottom