change download button color
Posted: 28 Aug 2024, 20:12
good evening, I ask if it is possible to change the color of the download button and phoca download details, now it is green I would like to make it yellow
Code: Select all
.pd-button-box-bt a.btn-info {
background: yellow;
color: #000;
}
.pd-button-box-bt a.btn-success {
background: yellow;
color: #000;
}