Dolke Posted October 4, 2013 Share Posted October 4, 2013 Hi, What I want to do is to add some text (phone number and email address) above the search field. Also if possible I would like to add some text (like search guidance) below the search field. http://www.screencast.com/t/zSP2UKoxqoeH Thank you in advance.Dean Link to comment Share on other sites More sharing options...
vekia Posted October 5, 2013 Share Posted October 5, 2013 If i were you i will use some free module to insert own content like html block free / content box use "Top" hook and code: <div style="position:absolute; left:500px; top:100px; font-size:18px;">+00123456789 [email protected]</div> of course you can increase / decrease left and height values to place text exactly there where you want Link to comment Share on other sites More sharing options...
Dolke Posted October 6, 2013 Author Share Posted October 6, 2013 I would you a free module if there is such.Any recommendation? Link to comment Share on other sites More sharing options...
yaniv14 Posted October 6, 2013 Share Posted October 6, 2013 Free module by Vekia http://mypresta.eu/modules/front-office-features/html-box.html Link to comment Share on other sites More sharing options...
Dolke Posted October 7, 2013 Author Share Posted October 7, 2013 Thank you yaniv14 and ofc Vekia.I will try this today and post the results. CheersDean Link to comment Share on other sites More sharing options...
Dolke Posted October 7, 2013 Author Share Posted October 7, 2013 This is what I'm getting with Vekia's free HTML box module and top hook > check test.dekom.co.rsVekia If I want to use it without module, just that code, which file do I have to edit? I tried with header.tpl but it is not working. Link to comment Share on other sites More sharing options...
Dolke Posted October 7, 2013 Author Share Posted October 7, 2013 Vekia I added the text. Is there some cool effect on mouse over that I can add or maybe to make simple graphic instead of text? Any advice? Thanks. Link to comment Share on other sites More sharing options...
vekia Posted October 7, 2013 Share Posted October 7, 2013 This is what I'm getting with Vekia's free HTML box module and top hook > check test.dekom.co.rs Vekia If I want to use it without module, just that code, which file do I have to edit? I tried with header.tpl but it is not working. header.tpl file, somewhere in the header block Link to comment Share on other sites More sharing options...
Dolke Posted October 7, 2013 Author Share Posted October 7, 2013 Vekia, I managed...What about some effect? Link to comment Share on other sites More sharing options...
Recommended Posts