Hi qubanac,
I figured it out. You need to add another bit of .css code below the other one.
Add this under the one you added before:
.signup-text .button1 {
display:none;
}
With the other code, it should look like this in the box:
.feature_contentbox a.readmore {
display:none;
}
.signup-text .button1 {
display:none;
}
Let me know how that works.
Thanks,
Thadd