I am trying to remove a border on a page to have the img bled with the bg :
http://alphagtrs.com/?page_id=2
I've red the tutorial here:
http://www.kriesi.at/support/topic/image-boarder
and I have tried adding a class to my Style1/2/3 by adding the code:
.no-border {
border: none;
}
and than adding the class into the HTML code in WP editor :class="no-border"
I also tried using a style code:
style="border: none;"
and I still have the border. I only want to remove border for a select few images, any other ideas on how to fix that problem?














