Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello shiumai,

    Please add the below code of css in your theme style.css file it will keep your button background color as it is.

    .print-button input[type="button"]:hover{
    background-color: #0d0d0d!important;
    
    }

    Thanks

    Thread Starter shiumai

    (@audreyshiu)

    Hi Clarion,

    That worked! Thank you so much for your help again.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Print button hover color – CSS’ is closed to new replies.