• Resolved andrewspratt32

    (@andrewspratt32)


    For some reason the download PDF button appears white when the pop up menu is activated. All other options are grey.

    See link for example.

    Any help to resolve this issue is much appreciated.

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

Viewing 1 replies (of 1 total)
  • Plugin Author deip

    (@deip)

    Hi,

    That is due to CSS from your theme or other plugin:

    body #page a {
        color: #fff;
    }

    Try adding custom CSS at addition CSS section(under theme customizer)

    a.df-ui-btn {
        color: #888 !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Download button appears white’ is closed to new replies.