Color Download Button
-
- Phoca Newbie
- Posts: 5
- Joined: 30 May 2022, 14:42
Color Download Button
how can i change the color of the download button (green in #fdc400)
Joomal Version 4.1.4
Phoca Download Version 4.0.1
Joomal Version 4.1.4
Phoca Download Version 4.0.1
Tags:
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Color Download Button
Hi,
try this to your custom.css:
Kind regards
Christine
There is an update to: 4.0.2
try this to your custom.css:
Code: Select all
.btn-success,.btn-success:hover {
background: #fdc400;
}
Christine
There is an update to: 4.0.2
-
- Phoca Newbie
- Posts: 5
- Joined: 30 May 2022, 14:42
Re: Color Download Button
Unfortunately this did not work
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Color Download Button
Hi,
then try to add an !important;
it works (temporary), see here the demo: https://www.phoca.cz/demo/phoca-downloa ... -documents
Kind regards
Christine
then try to add an !important;
Code: Select all
.btn-success,.btn-success:hover {
background: #fdc400 !important;
}
Kind regards
Christine
-
- Phoca Newbie
- Posts: 5
- Joined: 30 May 2022, 14:42
Re: Color Download Button
Works great, now there is only a small green border around
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Color Download Button
Hi,
then add to above code:
border: none;
with given live URL, we could say more.
Kind regards
Christine
then add to above code:
border: none;
with given live URL, we could say more.
Kind regards
Christine
-
- Phoca Newbie
- Posts: 5
- Joined: 30 May 2022, 14:42
Re: Color Download Button
Unfortunately I can't because it's an internal page in our company. But it's ok I can live with the edge
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Color Download Button
Then add also here an !important;
Kind regards
Christine
Code: Select all
.btn-success,.btn-success:hover {
background: #fdc400 !important;
border: none !important;
}
Christine
-
- Phoca Newbie
- Posts: 5
- Joined: 30 May 2022, 14:42
Re: Color Download Button
Perfect... thank you
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Color Download Button
That's fine.
Kind regards
Christine
Kind regards
Christine