dunx
03-06-2009, 09:47 PM
Ok I have the following code:
<div class="js-kit-rating"></div>
<div class="js-kit-comments"></div>
<script src="http://js-kit.com/reviews.js"></script>
<style>
.js-poweredBy {display:none; visibility:hidden}
</style>
And Im trying to change the style of the main fonts used at the top of it to arial 9 or 10.
The problem is I cant figure it out, the result of the code is here (http://www.holidays2crete.com/daskalakisapartments.html)
and the how to on changing the stylesheet for this widget is here (http://wiki.js-kit.com/Skinning-Guide#Comments)
All I want to do is change the "Write a comment and Control panel" font but everything I do doesnt seem to work, does anyone have any ideas?
<div class="js-kit-rating"></div>
<div class="js-kit-comments"></div>
<script src="http://js-kit.com/reviews.js"></script>
<style>
.js-poweredBy {display:none; visibility:hidden}
</style>
And Im trying to change the style of the main fonts used at the top of it to arial 9 or 10.
The problem is I cant figure it out, the result of the code is here (http://www.holidays2crete.com/daskalakisapartments.html)
and the how to on changing the stylesheet for this widget is here (http://wiki.js-kit.com/Skinning-Guide#Comments)
All I want to do is change the "Write a comment and Control panel" font but everything I do doesnt seem to work, does anyone have any ideas?