change download button color

Phoca Download - download manager
spicci
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 13 Jul 2024, 14:03

change download button color

Post 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
christine
Phoca Hero
Phoca Hero
Posts: 2808
Joined: 28 Nov 2010, 17:20

Re: change download button color

Post 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
Post Reply