Search Results page issues.
-
Hi,
So I’m running the latest WordPress on a customised take of the twentyten theme. However, I’ve got a couple issues with the Search Results page.
https://s326248374.websitehome.co.uk/?s=camden+crawl
Firstly, the colour of links on hover is a slightly garish orange. Is there any way to change this? Secondly, the search term (here ‘camden crawl’) is absolutely tiny.
Got this as my code, but needless to say slightly inept when it comes to CSS and therefore don’t really have a clue where any alterations ought end up!
<?php if ( have_posts() ) : ?>
<h1 class=”page-title”><?php printf( __( ‘Search Results for: %s’, ‘dotsanddashes’ ), ‘<span>’ . get_search_query() . ‘</span>’ ); ?></h1>
<?php
/* Run the loop for the search to output the results.
* If you want to overload this in a child theme then include a file
* called loop-search.php and that will be used instead.
*/
get_template_part( ‘loop’, ‘search’ );
?>Thanks in advance, y’all!
Josh.
- The topic ‘Search Results page issues.’ is closed to new replies.