Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @jeff68 – Do you mean inside the popup or the links that trigger it?

    Essentially you can write your own CSS for that. To target spans that trigger the popup you could do

    span.popmake-123:hover {}

    For links in the popup you could do

    #popmake-123 span:hover {}

    Hope that helps.

    Thread Starter jeff68

    (@jeff68)

    Thanks you for the answer, I think that may works but must I add it inside the Main theme’s CSS file or in the CSS file of the PopUpMaker plugin ?

    Plugin Author Daniel Iser

    (@danieliser)

    @jeff68 – I would suggest in your themes styles.css file or install a plugin that allows you to add custom CSS. The plugin method means that no matter if you change your theme that CSS will still work.

    Hope this helps.

    Please take a moment to rate and review the plugin and or support.

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

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