• I feel this should be easy, however I can’t track down where this lives. My site is here – http://mtnweekly.com I would like to change the text in the search box and make it bolder.

    Any suggestions

Viewing 1 replies (of 1 total)
  • Thread Starter Mike H

    (@mtnweekly)

    fixed, it was in the functions.php.helper.

    Now I would like to bold this part : Search for products and press enter

    function ts_theme_footer() {
    echo “\n”.stripslashes(ts_get_option(‘ts_tracking’)).”\n”;
    wp_enqueue_script(‘jquery’);
    wp_enqueue_script(‘scripts’, TS_SCRIPTS . ‘/scripts.js’, array(‘jquery’), ‘0.8’, true);
    $data = array( ‘search_default’ => __( ‘Search for products and press enter’, TS_DOMAIN ) );
    wp_localize_script( ‘scripts’, ‘ts_localize’, $data );
    wp_enqueue_script(‘pretty’, TS_SCRIPTS . ‘/pretty/js/jquery.prettyPhoto.js’, array(‘jquery’), ‘3.1.2’, true);

    However if I add the <b> the html shows in the text field?

Viewing 1 replies (of 1 total)

The topic ‘Help me Change Search Bar Text’ is closed to new replies.