• Resolved delphantaw

    (@delphantaw)


    Beste Nick,
    Hopelijk kan je mij op weg helpen met de classes en css.
    Kan je mij een voorbeeld geven als ik bijvoorbeeld de knopkleur wil aanpassen?
    Wat moet ik dan bij de Form button class invullen en welke code moet ik in mijn styles.css zetten. Daarna red ik me wel 😉
    Thanks!!!
    Mvg Anton

Viewing 1 replies (of 1 total)
  • Plugin Author Nick van Wobbie

    (@ndijkstra)

    Hoi Anton,

    De class is dan bijvoorbeeld “donate-btn” en in je css zet je:

    .donate-btn {
        background-color: #000000; /* Knopkleur */
        color: #ffffff; /* Tekstkleur */
    }
Viewing 1 replies (of 1 total)

The topic ‘Class en css’ is closed to new replies.