Question

Is it possible to change the bullet image in the content query web part from within the Content Query Tool Part window that opens when you select Edit Web Part?

If not is it a good suggestion to use JQuery/CSS to replace the image?

Was it helpful?

Solution 2

This is the css that what worked for me,

.bullet
{
    background : url('../../../Style Library/MyProject/Images/bullet1.gif') no-repeat;
    background-position:center;
}

OTHER TIPS

Your quick question deserves a quick answer: Yes!

Bullet images are defined in CSS, so you can override the formatting by adding your own CSS for the elements you want to change.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top