• I have a few PDF files on this page and the download button doesn’t appear as it should. The “Download” button should have a border and bg colors on hover, but none of that seems to work.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    It looks like you’re using the File block provided by the Gutenberg editor. The block doesn’t have any style controls that I see. How did you add the CSS? However, the CSS below styles the file download button on hover on my site:

    body .wp-block-file .wp-block-file__button:hover {
            background-color: green;
    	border: 3px solid;
    	border-color: black;
    }

    Try adding the CSS above and changing the styles to see if you can get the design you want.

Viewing 1 replies (of 1 total)
  • The topic ‘Download button style doesn’t work’ is closed to new replies.