New Landing How can we help? Atelier Update causes box shadow on rows

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #278203
    BenNieIV
    Member
    Post count: 13

    Updating from/to the following versions:

    Swift Framework 1.66 -> 2.3.14
    Atelier Theme 1.9.81 -> 2.1.51

    This class/shadow is randomly added to certain rows, not all. It’s strange because it is being caused by the below class but none of these rows are parallax elements.

    .spb_parallax_asset {
        overflow: hidden;
        position: relative;
        background-attachment: fixed;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        box-shadow: inset 0 0 20px rgba(0,0,0,0.3);
    }
    #278207
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    For the moment add the code below to your custom css option. We will fix this for the next update.

    .spb-row-container{
    box-shadow:none !important;
    }

    -Rui

    #285984
    nelga
    Member
    Post count: 31

    This still seems to be happening in v2.2.10

    #286000
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Which page can I see this on?

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register