• Resolved gunnarjonsson

    (@gunnarjonsson)


    Vi
    I use your plugin and it works good but I have some file-blocks (Gutenberg) that creates a download link looking like a button. I have changed the themes background color to blue and all texts turn to White which is ok.However the file download button turns almost White and you can hardly read the text ‘download’.
    Is there a way to make this button work like other buttons?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Oliver Campion

    (@domainsupport)

    Hello,

    Looks like a little conflict between Gutenberg and the theme.

    Try adding this CSS to “Customizer – Additional CSS” …

    .wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
    color: blue;
    }

    … changing “blue” to your required colour.

    Oliver

    Plugin Author Oliver Campion

    (@domainsupport)

    Pretty sure this issue was addressed in the latest theme update but will keep an eye on this thread in case anyone else has the issue going forward.

    Oliver

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[NSFW] Color of download button’ is closed to new replies.