• Resolved ramg1967

    (@ramg1967)


    Hello Support,

    I have been using PDF embedder for a while. It is an amazing product. I am using Premium Version. Yet the download button is not visible.

    After few updates to the new version, the download button on the wp site is not showing up properly. It is not visible properly due to color. Here is the web link to my site – https://www.infotechram.com/index.php/2020/03/09/packages-in-progress-within-distribution-point-issue/

    On the left you will see the PDF file and on the right is Download button but it is completely BLUE and download button is not visible properly. Appreciate, if you can help.

    Thanks

    RL

    • This topic was modified 4 years, 8 months ago by ramg1967.
    • This topic was modified 4 years, 8 months ago by ramg1967.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @ramg1967,

    The free version of the PDF Embedder does not have a download functionality. The download button you are referring to is provided by the plugin Download Manager. It appears that your theme’s CSS is altering the button appearance with the following rule:

    .container .item .post-content a, 
    .container .item .post-subtitle a {
        color: #0085A1;
    }

    Adjusting your CSS should help make that button more visible.

    Emma

    Thread Starter ramg1967

    (@ramg1967)

    Hi Emma,

    What would be a correct CSS code to enable DOWNLOAD button to be visible within the site and where exactly, I should update the code?

    Thanks

    RL

    Hi @ramg1967,

    I would suggest adding CSS to your Appearance ? Customise ? Additional CSS and use something along the lines of:

    /* MAKE WPDM BTN TEXT VISIBLE */
    a.wpdm-download-link.btn.btn-primary {
        color: #D3E4FF !important;
    }

    Emma

    Thread Starter ramg1967

    (@ramg1967)

    Hi Emma,

    The code worked. Thanks for the help.

    RL

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