change download button color
-
- Phoca Newbie
- Posts: 4
- Joined: 13 Jul 2024, 14:03
change download button color
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
-
- Phoca Hero
- Posts: 2808
- Joined: 28 Nov 2010, 17:20
Re: change download button color
Hi,
Try this (in the user.css or custom.css)
Kind regards
Christine
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;
}
Christine