• Resolved tastymouse

    (@tastymouse)


    In the Isotope menu when I move over an item a tooltip shows with the number of items. How can I hide this?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support SM Rafiz

    (@srafiz)

    Hi,

    Please add the below CSS snippet in Dashboard->Appearance->Customizer->Additional CSS. The tooltip will be hidden.

    body > .pfp-tooltip {
        display: none !important;
    }

    Thank you. Have a nice day!

    Thread Starter tastymouse

    (@tastymouse)

    Yes, this works.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to disable Isotope counter’ is closed to new replies.