WPIntell

Source evidence

[NSFW] Color of download button

Options for Twenty Twenty · support · 2020-05-10T21:19:00+00:00

mixedsentiment
mediumseverity
0.72relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 31 rows with source links

9.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
gunnarjonsson resolved
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? 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 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

Comments

2 shown
Oliver Campion 2020-05-11T09:55:00+00:00

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

Oliver Campion 2020-05-18T08:16:00+00:00

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