• Hei, topp plugin, fungerer flott!
    Men det er en liten CSS issue, spesielt her;

    .widget_shopping_cart a.button.vipps-express-checkout {
    color:transparent;!important; /*her er det en ; for mye */
    background-color: #fff !important;
    float: none !important;
    margin-top: .5em !important;
    margin-bottom: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both;
    }

    Det hadde vært flott om det ikke var !important bak disse, for da er det enklere å overstyre i eget childtheme.

    Samt at det er en feil her;
    @-ms-keyframes f_fadeG{
    0%{
    background-color:rgba(254,90,36,0.97);
    }
    100%{
    background-color:rgb(255,255,255);
    }
    }

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CSS issues’ is closed to new replies.