Shape 5

Joomla Free Extensions => Media Player V2 - Free => : vocmm September 16, 2016, 12:45:09 PM



: changing download button colors
: vocmm September 16, 2016, 12:45:09 PM
Is there a way to change the color of the download button or the text color? See http://www.westside-bible.org/get-connected/women-s-ministries?id=264 where the black text on the dark background is difficult to read.


: Re: changing download button colors
: mikek September 17, 2016, 06:38:59 AM
Hello,

The template you are using is applying that:

.btn, button, input.button, ul#filters a {
    background: #16404d none repeat scroll 0 0;
    border: 1px solid #0b1f25;
    border-radius: 0;
    box-shadow: none;
    color: #000000;
    padding: 10px;
    text-shadow: none;
    transition: all 0.2s ease-in 0s;
}

http://www.westside-bible.org/templates/xero/css/theme.beach.css

That's not very good css, I would recommend changing the color:#000000; line to color:#FFFFFF;



: Re: changing download button colors
: vocmm September 19, 2016, 01:30:30 PM
Thank you, Mike. That fixed it.