[ad_1]
Hey @melanie71
This is just our standard blue hover color adjusted with some custom CSS to be relevant to the site colors. If you want to remove it entirely and have a solid color, in this case, I suggest you use the following CSS in your site’s WordPress Dashboard > Appearance > Customize > Additional CSS field.
#sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:hover {
box-shadow: none !important;
background: rgb(246,133,58) !important;
}This should make the button color solid. Let me know if you face any other issues.
Best,
Perfect! Thank you Nabid 🙂
