if you see the swicki code you will see ithe button is under <div class="swickiCompareIcon"> , now, if we just could use CSS to hide the button! i went to "Customize Templates" and came up with this solution after many tries (i dunno much about CSS): .swickiCompareIcon { visibility : hidden; } and thats it! the button is hidden! now we can all start making $$$$$
Thanks guy. Can I ask you a bit help? I haven't a good css knowledge. Please tell where I have to insert this code. I'm in the css customization section, please tell where I have to insert this code.