Action Button Hover Color

Where do I control the hover color (and background color) for the action button in the header.

Here is my website:


The action button I want to change says "I would like to invest in youth" in the header.

Comments

  • Hi,

    background color on hover is controlled by the following css:
    a.button::after, a.tp-button::after, button::after, input[type="submit"]::after, input[type="reset"]::after, input[type="button"]::after { background: rgba(255,255,255,0.5) !important; }
Sign In or Register to comment.