Jump to content

[SOLVED] add custom text in the header


Recommended Posts

It all depends on where you want to add them. You can also use a module such as my HTML block. Or, you can even harcode your tests in the header.tpl file (theme folder)

How would you edit the header.tpl. What would you put in it - to add office address and warehouse address in the header

Link to comment
Share on other sites

download free html blok module. install it.

then in module configuration page select "Top" (from left hand side block)

 

to the right hand side block paste code:

<div class="address_top">Example location<br/>
This is an example address<br/>
Another one text</br>
And this is address</br>

66-100 Country</br>
address 20</br></div>
<style>
.address_top {
position:absolute;
left:150px;
top:50px;
}
</style>

you can manipulate position of the block with increase/decrease left & top param values.

  • Like 1
Link to comment
Share on other sites

Hi

 

I would like to add custom text for my customer in the header.

 

the header should contain his office address, Warehouse address and other details.

 

 

Any guidance would be appreciated.

 

 

Farukh

Hey Farukh, i think header tag target custmer first. User see header tag according to their need but don't use more than one H1, tag in Heading. Obviously an image banner should be more appealing, and is more flexible

Link to comment
Share on other sites

Hi vekia,

 

Thank-you.

 

I purchased your product and used the code you provided on the forum.

 

Once again

 

Thanks

 

P.S. Do you know i can import barcodes into the shop. I have them in a excel spreadsheet.

 

Regards

Farukh

Link to comment
Share on other sites

htmlbox free is a free addon :] 

anyway, thank you so much for information about solution

 

now i can mark this topic as [solved]

 

 

and regarding to your question:
 

 

 

P.S. Do you know i can import barcodes into the shop. I have them in a excel spreadsheet.

 

it will be awesome, if you will open new topic with description of this problem, seems like it is interesting!

 

with regards,

Milos

Link to comment
Share on other sites

  • 2 months later...
×
×
  • Create New...