How do I make the bog photos have no styling – no boarder no radius etc for both the attached pages.
Hey stephaniebLOS,
Thank you for the inquiry.
You can use this css code to adjust the style of the featured image, both for the overview and single post page.
.small-preview img, .big-preview img {
display: block;
border-radius: 0;
position: relative;
z-index: 4;
width: 100%;
}
.avia-content-slider .slide-image, .avia-content-slider .slide-image img {
border-radius: 0;
display: block;
position: relative;
-webkit-perspective: 1000px;
-webkit-backface-visibility: hidden;
margin: 0 auto;
}
You may need to temporarily disable the Enfold > Performance > File Compression settings after applying the modification.
Best regards,
Ismael