« Back to the HTML Forum

how to change a "report comment" button picture?

1 Reply

Reply by heath

posted
updated

it's either:


<style>

.report{

content: url('PHOTO URL') !important;

}

</style>


or


<style>

.report img{

content: url('PHOTO URL') !important;

}

</style>


test them both and see which one works.


Permalink Report Reply