Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1420331

    How do I make the bog photos have no styling – no boarder no radius etc for both the attached pages.

    #1420356

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.