- 11
I have added code to the Custom Head Styles of the template
.fns-rfq-buttons input {
background-color: #82ab40;
background-position: left center;
background-repeat: no-repeat;
border: medium none;
color: #fff;
display: block;
font-size: 18px;
padding: 12px 15px 12px 15px;
text-align: center;
display: inline-block;
width: auto;
to change the styling of the request for quote button, but there has been no change.
Is there something else that I need to do? I have set css bundling and minification to on.
.fns-rfq-buttons input {
background-color: #82ab40;
background-position: left center;
background-repeat: no-repeat;
border: medium none;
color: #fff;
display: block;
font-size: 18px;
padding: 12px 15px 12px 15px;
text-align: center;
display: inline-block;
width: auto;
to change the styling of the request for quote button, but there has been no change.
Is there something else that I need to do? I have set css bundling and minification to on.