TJA
Well-known member
Try this, obviously change the image path to where you have uploaded your + iconHi,
Trying to make social sharing a little more prominent by implementing https://xenforo.com/community/resources/make-post-sharing-more-obvious.3405/ and using the CSS only option. Unfortunately it's not working though, as it would appear that UI.X is using different/additional CSS labels than standard XF. I've looked for around 20mins, but my CSS isn't strong enough to determine or follow what the correct CSS labels should be with UI.X. Anyone with better CSS skills than me able to determine what it should be?
Code:
.message .postNumber:before {
content: url('@imagePath/images/addthis.png');
display: inline;
height: 8px;
width: 8px;
vertical-align: middle;
float: left;
margin-right: 2px;
}
Result:




