Configurable List: Is there a way to have hint text show on hover?

  • civesnhada
    Asked on August 18, 2020 at 7:42 AM

    Is there a way to have hint text show on hover?

  • John Support Team Lead
    Replied on August 18, 2020 at 9:44 AM

    If you mean you would like to have a tooltip text to each field in the Configurable List widget, it is possible by adding a custom CSS code to it.

    Here's an example code:

    td.col1:hover::after{

       content: "tooltip 1";

       font-size:12px;

    }

    Here's how it looks:

    Configurable List: Is there a way to have hint text show on hover? Image 10

    Just let us know which form would you like this to be implemented so we can provide you specific codes you can use.