How To Change Vendor Page CSS
TIP
.vendor-description {
margin: 0 0 25px;
line-height: 22px;
}
.contact-vendor {
margin: 0 0 30px;
}
.contact-vendor .button-2 {
border: none;
background-color: #4ab2f1;
padding: 10px 15px;
font-size: 14px;
color: #fff;
text-transform: uppercase;
}
.contact-vendor .button-2:hover,
.contact-vendor .button-2:focus {
background-color: #248ece;
}
.vendor-grid {
margin: 0 0 20px;
}
.vendor-grid .title {
margin: 0 0 15px;
text-align: center;
font-size: 16px;
}
.vendor-grid .title a:hover,
.vendor-grid .title a:focus {
color: #4ab2f1;
}
.vendor-grid .picture {
border: 1px solid #ddd;
}
Modified at 2024-08-27 11:55:42