Home › Forums › WoodMart support forum › Button style outline lines by hover full colour › Reply To: Button style outline lines by hover full colour
May 24, 2022 at 3:35 pm
#378415
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-hover-standard .wd-add-btn>a {
border: 1px solid black;
background-color: white;
color: black;
}
Best Regards