Hi
I changed my default template to Full Width. I used the instruction from this thread http://www.kriesi.at/support/topic/full-page
It works fine apart from all my images having a border round them. Can you tell me how to fix this?
Thanks
Hi
I changed my default template to Full Width. I used the instruction from this thread http://www.kriesi.at/support/topic/full-page
It works fine apart from all my images having a border round them. Can you tell me how to fix this?
Thanks
Hey,
add following code to style.css:
.content img, .content a img {
border: none !important;
}You must log in to post.