First of all, great theme!
What is the best way to replace the top search box with an ad-banner?
Thanks in advance.
First of all, great theme!
What is the best way to replace the top search box with an ad-banner?
Thanks in advance.
Hey,
basically replace following code in header.php:
get_search_form();
?>
with:
?>
Then add your banner code directly after "?>".
At least add following css to custom.css (located in the folder "css"):
.banner {
position: absolute;
right: 0px;
top: 90px;
}
Obviously you can adjust the css class and the position as you like.
You must log in to post.