• Resolved caddykhaw528

    (@caddykhaw528)


    I inspect the element using chrome and Im able to change button background color to RED but how do I change the hover effects color?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter caddykhaw528

    (@caddykhaw528)

    Sorry the sie I’m working on is demo.smepenang.org.my/sign-upSME Penang

    Plugin Contributor genetech

    (@genetech)

    Hi,

    Add below CSS styles to your theme’s style-sheet.

    .pieregWrapper #pie_register .fields input[type="submit"]:hover,
    .pieregWrapper .pie_prev:hover, 
    .pieregWrapper .pie_next:hover {
    	background: #E71B23
    }

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I change the button hover color? For pie register’ is closed to new replies.