• Resolved JMichiels

    (@jmichiels)


    Any idea how to modify the background transparency of the tool tips? They work fine when off to the side but the text is hard to read when over the form (e.g. for is_human click box). I need to keep the color of the font constant so changing font color is not an option. I am having difficulty using Firebug to isolate the tooltip info as it does not render with basic hover activated.

    thanks.

    http://wordpress.org/extend/plugins/custom-contact-forms/

Viewing 1 replies (of 1 total)
  • Thread Starter JMichiels

    (@jmichiels)

    Found it. One line in the following file custom-contact-forms.js
    ‘$j(“.ccf-tooltip-field”).tooltip({
    position: “center right”,
    offset: [-2, 10],
    effect: “fade”,
    opacity: .7, <<< Change to 1
    tipClass: ‘ccf-tooltip’

    })’

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Custom Contact Forms] Tool tip Transparency Layer’ is closed to new replies.