contact text changes

resolved (6 posts) (3 voices)

  1. How do I change the text for the contact form shortcode to use <h3> tag instead of the default? The text I would like to change is highlighted in the picture below.

    Attachments

    1. Screen_shot_2011-08-24_at_5.27.32_PM.jpg (31.7 KB, 1 downloads) 9 months old
    Posted 9 months ago #
  2. Elliott
    Support

    Hello stickane,

    Open up /wp-content/themes/persuasion/lib/shortcodes/16-contact.php and on lines 88 - 92 you should see this,

    $out .= '<label for="' . $field_id . '">' . $label;
    if( ( $required ) && ( $required != 'captcha' ) ) {
    	$out .= '<span class="star">*</span>';
    }
    $out .= '</label>';

    Change it like this,

    $out .= '<label for="' . $field_id . '"><h3>' . $label;
    if( ( $required ) && ( $required != 'captcha' ) ) {
    	$out .= '</h3><span class="star">*</span>';
    }
    $out .= '</label>';
    Posted 9 months ago #
  3. You guys are awesome about getting back quickly. Totally worth the money spent!

    Posted 9 months ago #
  4. How do I add

    "To make sure you're human, please do the math:"

    right before the Captcha?

    Thanks in advance!

    Posted 7 months ago #
  5. Elliott
    Support

    Hello swanie,

    Try navigating to Dashboard -> your theme -> General Settings -> Custom Javascript and add this line,

    jQuery('<p>To make sure your human, please do the math:</p>').insertBefore('.captcha_row');

    Posted 7 months ago #
  6. That worked like a charm, Elliot, thanks!

    Posted 7 months ago #

Reply

You must log in to post.

Construct WordPress Theme
Construct wordpress theme
Myriad WordPress Theme
Myriad wordpress theme
Method WordPress Theme
Method wordpress theme
Fusion WordPress Theme
Fusion wordpress theme
Elegance WordPress Theme
Elegance wordpress theme
Echelon WordPress Theme
Echelon wordpress theme
Dejavu WordPress Theme
Dejavu wordpress theme
Modular WordPress Theme
Modular wordpress theme