• Would it be possible to allow us to set a hover button color so it matches our site better? Right now, it’s fixed to #1D8298

Viewing 1 replies (of 1 total)
  • Plugin Author Phil

    (@philsbury)

    Hi @fidyyuan,

    I do have plans to make almost all the styling customisable, but is a big old task to make it user friendly. In the meantime, almost everything is a css variable, so go to the customiser and in the custom css editor (or in your theme css) you can add:

    
    :root {
        --ag-button-color-hover: #1d8298;
        --ag-button-color-text-hover: #fff;
    }
    

    Just change those colours with the ones you want.

    I’m going to get all the variables into the docs as soon as I can

    Thanks
    Phil

Viewing 1 replies (of 1 total)
  • The topic ‘Option to Change Hover Button Color (Minor Enhancement Request)’ is closed to new replies.