Help with changing the font size in just search results
-
I have the need to change the font size (larger) in just the search results.
I am using the twenty ten theme. In the search.php in editor – this is the code:
<div id="container">
<div id="content" role="main"><?php if ( have_posts() ) : ?>
<h1 class="page-title"><?php printf( __( 'Search Results for: %s', 'twentyten' ), '<span>' . get_search_query() . '</span>' ); ?></h1>Where do I insert a font size instruction? (I’ll need the exact code with the above code altered to what I need)
I want the “Search Results for” and the search query to be much larger and the rest of the page as-is.
Thanks in advance for any help.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Help with changing the font size in just search results’ is closed to new replies.