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

    (@edo888)

    Hi,

    We do not have that option built in, but you can try to use this CSS for that: a.gt_switcher-popup span:first-of-type {display:none}

    Thanks! ??

    Thread Starter julien_e

    (@julien_e)

    That worked great, thanks!

    As for the inverse, I did this:

    a.glink img {display:none !important}

    It works, but just want to make sure it is best practice. Do you confirm?

    EDIT: actually that hides it everywhere. span first-of-type does not work on the image

    EDIT 2

    This seems to work

    a.gt_switcher-popup img {display:none !important}

    Julien

    • This reply was modified 1 year ago by julien_e.
    • This reply was modified 1 year ago by julien_e.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Only flag when using popup’ is closed to new replies.