• Resolved Morris Gilles

    (@morris-gilles)


    Hi,

    For some reason I can’t get the following css to work:

    .dkpdf-button: hover {
        color: #dd3333;
    }

    Any idea what could change the color of the button on hover like for the social icons on the right?

    Many thanks,

    M.

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

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

    (@dinamiko)

    Hi Morris Gilles,

    try to add this to your theme css:

    a.dkpdf-button:hover {
       color: #dd3333;
    }

    Thanks,
    Emili

    Thread Starter Morris Gilles

    (@morris-gilles)

    Yeah, I tried it and weirdly it doesn’t work. Perhaps there’s something with my theme and/or a plugin interfering…

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CSS Hover’ is closed to new replies.