When using the impact text with button I have two issues.
The first and most frustrating is that when setting the button to a link on the page (e.g. #section4) there is no way to add the smooth-scroll-link class to the button since the extra classes can only be added to the whole Impact Text + Button element. Any custom CSS to do this?
My second issue is that I want to be able to add an extra class to an Impact Text + Button element that removes the border. I want to use the extra class since I don’t want to do this with every instance of Impact Text + Button. I tried adding extra class ‘nob’ with the following CSS but it is not working.
.nob {
border: none!important;
}