Home Forums WoodMart support forum Buttons

Buttons

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #461769

    rahmat.wpdev
    Participant

    Hello, very good day, buttons bg color of hovering is not working. Please check the video that I’ve made. I’ve attached that on the private comment section.

    #461771

    rahmat.wpdev
    Participant

    Video and admin access has been attached to the private content area. thanks

    #461975

    Hello,

    Try to use Use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .btn.btn-color-primary {
    	background-color: blue !important;
    }
    .btn.btn-color-primary:hover {
    	background-color: red !important;
    }

    Change the color as per your need.

    Best Regards.

Viewing 3 posts - 1 through 3 (of 3 total)