Page 1 of 1

change download button color

Posted: 28 Aug 2024, 20:12
by spicci
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

Re: change download button color

Posted: 28 Aug 2024, 23:34
by christine
Hi,

Try this (in the user.css or custom.css)

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;    
}
Kind regards
Christine