문제

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?

도움이 되었습니까?

해결책 2

This is the css that what worked for me,

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

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top