• Resolved barket

    (@barket)


    Bonjour,

    Je cherche à changer la couleur de fond du bouton “soumettre mon avis” ainsi à arrondir les bords.

    J’utilise le thème Tazza.

    Merci pour vos reponses

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    If your theme supports the new WordPress Site Editor, then you can change the style of the Button block and it should work for the buttons used by Site Reviews.

    If not, then you will need to add your own custom CSS, something like this:

    button.glsr-button {
        background-color: red !important;
        border-radius: 10px !important;
    }
    Thread Starter barket

    (@barket)

    Merci beaucoup !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changer la couleur de fond + le radius d’un bouton’ is closed to new replies.