I have a theme I am working on, and in the 'master.htm' template I have placed the following snippet (copy/pasted from the pnDefault theme) into the header area of my template so I have a search block:
Code
<!--[pnml name="_SEARCH" assign="search_label"]-->
<!--[search active="faqs, stories" label=$search_label class="pn-normal"]-->
<!--[search active="faqs, stories" label=$search_label class="pn-normal"]-->
The problem I am having is that I would like to do all of the following in my theme(s), but do not know which file(s) need editing, or if there is a template I can use to accomplish this:
- in one situation, I would like to remove the word 'Search' from the exterior of the block
- in another situation, I would like to simply change the color of the word 'Search' that is already displayed -- but for some reason cannot do it with CSS
- I would like the words 'Search site' displayed within the textbox
- (most important) would like a button for users to click that says 'Submit'
Thank you for your help