我想在 Magento 1.7 中使用带有背景颜色的 CSS 圆形按钮重新设置主要按钮的主题。我修改了以下代码,它在大多数地方都有效,除了搜索按钮和“继续结帐”按钮上的一些不需要的背景。有没有人有更完整和经过测试的配方来做到这一点?
button.button span span
{
background: blue !important;
color: black !important;
background-color:none !important;
font-weight:normal !important;
}
button.button span
{
background: blue !important;
padding:3px 8px 3px 8px !important;
border-radius:15px !important;
border:0px ;
margin:0px ;
font-weight:normal !important;
color: black !important;
text-decoration:none !important;
}