Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    Hi Markus,

    einfach per spreadplugin settings -> “Custom CSS”

    .spreadplugin-article input[type=”submit”], .spreadplugin-article button[type=”submit”], .spreadplugin-article input[type=”button”] {
    background-color:green;
    }

    oder ?hnliches eingeben.

    Gru?
    Thimo

    Thread Starter norwik

    (@norwik)

    Danke Thimo für die schnelle Rückmeldung!

    Per Custom CSS leider ohne Erfolg, der Button bleibt transparent.

    EDIT: Folgendes hat funktioniert, !important; hatte gefehlt.

    .spreadplugin-article input[type=”submit”], .spreadplugin-article button[type=”submit”], .spreadplugin-article input[type=”button”] {
    background-color: black !important;
    }

    Grü?e

    Markus

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Warenkorb Button fehlende Grafik oder Link’ is closed to new replies.