Thread Starter
drejko
(@drejko)
I tried it the way you wrote it, but the text is now positioned verticaly. Did I do something wrong?
Also, is it possible that this widgets would be only shown on home page? Now they are shown on all other pages as well.
http://research.geneplanet.com/
Thank you
Thread Starter
drejko
(@drejko)
I apologize if I am asking some already answered questions, but can someone quickly explain what is child-theme and what do i have now if I should create child theme.
What is the plus of child-theme and will I sill be able to update it.
Thread Starter
drejko
(@drejko)
Hi,
I found it. It is in the banner-header.php. I hid the code by comment and the search bar disappeared from page.
Did i do it correctly:
“
<!–<form method=”get” id=”searchform” action=”<?php echo esc_url( home_url( ‘/’ ) ); ?>”>
<div class=”input-append search_head pull-right”>
<input type=”text”name=”s” placeholder=<?php _e( ‘Search’, ‘busi_prof’ ); ?> class=”search_input” id=”appendedInputButton”>
</div>
</form>–>
”