Viewing 4 replies - 1 through 4 (of 4 total)
  • This simply looks like its CSS overriding issue you can simply resolve it by adding custom css in admin side appearance section.

    If you show a link to the page in question, they could also tell you which CSS code you should use.

    Thread Starter silsurf

    (@silsurf)

    Sorry, the page was pw protected, but now it is available. I tried the following css but nothing changed.

    .wp24-dc input[type=download] {
    color: #2279b3;
    background-color: #ff0000;
    } content a.wpdm-download-link:link {

    color: #2279b3;

    } content a.wpdm-download-link:hover {

    color: #aaffaa;

    }

    https://wildwoodmaine.com/?page_id=477

    The colour is set by a theme. You can overlay it like this:

    body .wp-block-file .wp-block-file__button {
    colour: #fff;
    }

    And I see that this is a list of download files. If I may be allowed a little advertising: my plugin Download List with Icons allows you to manage such lists within a block more easily than the original file block. But it probably wouldn’t solve the styling either ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Download button is black on black?’ is closed to new replies.