• Resolved b3ndoyle

    (@b3ndoyle)


    Hey guys,

    I’ve edited the look of ‘submit your review’ button to match the best of the buttons on my site.

    But I’m struggling with how to get it to change colour when hovered over.

    Can you help?

    Thanks!

    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)

    Try replacing your CSS with this:

    .glsr-review-form button.glsr-button {
        background-color: var(--accent);
        border-radius: 3px;
        font-family: Mouse Memoirs;
        font-size: 26px;
        justify-content: center;
        padding: 15px 20px;
        text-transform: capitalize;
        transition: background-color .2s ease-in-out 0;
        width: 100%;
    }
    .glsr-review-form button.glsr-button:hover {
        background-color: var(--base-3);
    }

    Bonjour,

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

    Comment as-tu fait pour changer l’apparence ?

    Merci pour ton aide

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Change Hover Over Colour on Submit Review Button’ is closed to new replies.