Hi Pmichael,
There are 2 ways to solve problems:
1 – Make new module above search module ex: Contact us
You can login admin and go to ExtentionsModule Manager click “New” button => Choose type new module is Custom HTML => set position value is “right” => Type content you want to add ex: <p>Contact us 800-xxx-xxxx</p> => save => in Module manager, select position “right”. Now, you can see the module you just created. Your final task is to change oder for this module above search module. => save and done.
2 – Add static text in to top of search module
Copy file Modulesmod_jak2_filtertmpldefault.php paste to templatesja_portfoliohtmlmod_jak2_filter (this directory you have created by yourself) then open file templatesja_portfoliohtmlmod_jak2_filtertmpldefault.php and custom code. You can create a new tag at the top of the page below tag “</script>” line 108
ex: <p>Contact us 800-xxx-xxxx</p>