سؤال

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