• Resolved dozentis

    (@istag)


    Kadence Blocks

    .kb-image_0a5414-e3 img.kb-img,
    .kb-image_0a5414-e3 .kb-img img {
        mask-image: url(https://....../plugins/kadence-blocks/dist/assets/images/masks/rounded.svg);
        mask-size: auto;
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-image: url(https://.../plugins/kadence-blocks/dist/assets/images/masks/rounded.svg);
        -webkit-mask-size: auto;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
    }

    -> ‘mask-image’ should be listed after ‘-webkit-mask-image’.
    -> ‘mask-position’ should be listed after ‘-webkit-mask-position’.
    -> ‘mask-repeat’ should be listed after ‘-webkit-mask-repeat’.
    ‘mask-size’ should be listed after ‘-webkit-mask-size’.

    Kadence Theme

    .site-title {
        background-image: linear-gradient(-225deg,#669985 0%,#616B61 10%,#669985 49%,#616B61 80%,#669985 100%);
        background-size: auto auto;
        background-clip: border-box;
        background-size: 200% auto;
        color: #fff;
        background-clip: text;
        text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: textclip 5s linear infinite;
        display: inline-block;
        font-size: 190px;
    }

    ‘text-fill-color’ should be listed after ‘-webkit-text-fill-color’.
    ‘background-clip’ should be listed after ‘-webkit-background-clip’.

Viewing 1 replies (of 1 total)
  • Plugin Support karlalevelup

    (@karlalevelup)

    Hi!

    Thank you for reaching out to us about this.

    I’ve sent a note to our developers so they can further check and fix this as necessary. Let us know if we can assist you further or if you have anything to add to this issue.

    Kind regards,
    Karla

Viewing 1 replies (of 1 total)

The topic ‘found some inspector warnings in CSS’ is closed to new replies.