Pergunta

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?

Foi útil?

Solução 2

This is the css that what worked for me,

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

Outras dicas

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a sharepoint.stackexchange
scroll top