Hey @melanie71,
Thank you for reaching out to us for assistance. While we usually don’t offer personal customization snippets for the free plugin, this is quite straightforward as we can simply force the same rules as your other buttons to apply to our button as well!
Keep in mind that if you make any changes to the other styles it will not automatically apply to this customization. Please go to the Customize options for the theme and in the ‘Additional CSS’ menu add the following:
/* Custom Instagram Feed Follow button colors */
.sbi_follow_btn a{
font-size: 14px !important;
font-weight: bold !important;
text-transform: uppercase !important;
letter-spacing: 0.6px !important;
color: var( --e-global-color-aa0f449 ) !important;
background-color: var( --e-global-color-6575108 ) !important;
border-style: solid !important;
border-width: 1px 1px 1px 1px !important;
border-color: var( --e-global-color-aa0f449 ) !important;
border-radius: 0px 0px 0px 0px !important;
padding: 15px 30px 15px 30px !important;
}
.sbi_follow_btn a:hover{
color: var( --e-global-color-aa0f449 )!important;
background-color: var( --e-global-color-primary )!important;
border-style: solid !important;
border-color: var( --e-global-color-primary )!important;
transform: translateY(-8px) !important;
box-shadow: none !important;
}
Keep in mind that using “!important” is not best practice and should be avoided, but in this case, it’s a quick way to get it looking the way we want here. If you have any questions let me know.
Best regards.
Thank you so much Joel!! That is excellent support and I really appreciate it.
A Smash Balloon Elementor widget would be awesome, and then we could style elements much easier 😉
Kind regards
Melanie