• Hello,

    The last header menu item is the button CONTACT US. Where do I change the hover color that is currently orange? Thank you.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Add custom css

    element.style {
    }
    .c-btn.type-1.color-3:hover span, .c-btn.type-1.color-3:hover input {
        color: #5296d5;
    }

    or if you have access of CSS files then directly change in files.

    Thread Starter compclar

    (@compclar)

    Thank you. That works perfectly. Tried to apply something similar to the button “SUBMIT NOW” near the bottom of the page but failed. Any ideas?

    Try this

    .wpcf7 input[type="submit"]:hover {
        color: #5296d5 !important;
    }
    Thread Starter compclar

    (@compclar)

    Thanks! It works.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Button hover color’ is closed to new replies.