• Resolved mirksen

    (@mirksen)


    Hi, I want to change the color of the “Rate”-Button. Could you please tell me the css code for that?

    I tried the css code from your documentation but nothing changes?!?

    button.rmp-feedback-widget__btn.rmp-btn.rmp-btn–large {
    background-color: #b2a774 !important;
    }

    button.rmp-feedback-widget__btn.rmp-btn.rmp-btn–large:hover {
    background-color: #b2a774 !important;
    }

    Thx and bests

    Mirko

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Blaz K.

    (@blazk)

    Hi Mirko,

    that’s style for the submit feedback button. I noticed that I don’t have a CSS snippet for submit rating button in the documentation. So, here it is:

    
    button.rmp-rating-widget__submit-btn.rmp-btn {
        background-color: red;
    }
    

    Regards,
    Blaz

    Thread Starter mirksen

    (@mirksen)

    Hey Blaz,

    thanks – works like charm… I really appreciate it…

    Bests Mirko

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change color of “submit”-Button’ is closed to new replies.