Tagged: pictures
Dear Support Team
We would like to have no rundings at all pictues at avia layout. I found a post about this and try it out but without any effects:
.avia-content-slider .slide-image, .avia-content-slider .slide-image img {
border-radius: 0px!important;
}
.small-preview {
border-radius: 0;
}
.related_posts img, .related_posts a {
border-radius: 0;
}
Any ideas.
All the best,
Pascal
Hi
So i found it out:
.avia-image-container-inner, .avia_image, .av-image-caption-overlay {
border-radius: 0px;
}