Viewing 1 replies (of 1 total)
  • First of all, it is recommended to use child theme, before customizing themes.
    http://codex.wordpress.org/Child_Themes

    As for “search” text, look for header.php for the following:
    <input type="search" class="search-field" placeholder="Search …" value="" name="s" title="Search for:">
    Placeholder attribute is what you are looking for.

    As for colors, it is in site-banner.css.

    It is good to use Chrome developer tool for finding which styles to change.

Viewing 1 replies (of 1 total)

The topic ‘SEARCH BOX’ is closed to new replies.