I have been struggling with a seemingly simple issue for a few hours now.
On my website, I have some share buttons located at .
Although I want these buttons to remain completely black when hovered over, they are inexplicably becoming slightly transparent during hover. I've tried various solutions, but nothing has worked so far.
.a2a_button_facebook path:hover{
opacity:1 !important;
color:black !important;
fill:black !important;
}
.addtoany_list.a2a_kit_size_32 a:hover{
opacity:1 !important;
color:black !important;
fill:black !important;
}
.a2a_svg a2a_s__default .a2a_s_twitter .a2a_img_text:hover{
opacity:1 !important;
color:black !important;
fill:black !important;
}
.a2a_svg svg:hover{
opacity:1 !important;
color:black !important;
fill:black !important;
}
Any help on this matter would be greatly appreciated.
Thank you for your assistance, and please excuse my confusion as I try to navigate through this issue.