-
@mercime replied to the topic [Resolved] Button Issues in the forum How-to & Troubleshooting 10 years, 11 months ago
@alleycakes great. marking this as resolved.
-
@mercime replied to the topic [Resolved] Button Issues in the forum How-to & Troubleshooting 10 years, 11 months ago
@alleycakes add the following to your stylesheet
#buddypress input[type=”submit”],
#buddypress input[type=”submit”]:hover {
background: transparent !important;
border: none !important;
color: #fff !important;
}#buddypress .standard-form div.submit {
padding: 0 !important;
}#buddypress .standard-form div.submit input {
margin-right:…[Read more] -
@mercime replied to the topic [Resolved] Button Issues in the forum How-to & Troubleshooting 10 years, 11 months ago
@alleycakes add to your theme’s stylesheet:
#buddypress a.button {
background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #f43b32), color-stop(1, #d2231a) ) !important;
background: -moz-linear-gradient( center top, #f43b32 20%, #d2231a 100% ) !important;
-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/,…[Read more] -
@mercime replied to the topic [Resolved] Button Issues in the forum How-to & Troubleshooting 10 years, 11 months ago
@alleycakes It would help if you posted site url as well as a throw-away username and password so volunteers can check it out. If you use Firefox, use Firebug to identify what you need to change http://www.studiopress.com/tips/using-firebug.htm
@alleycakes
Not recently active