Jump to content

how to edit text in block contact module


Recommended Posts

Hi everyone

 

I am trying to customize my shop

 

I found block contact in modules

but I can not see where can I edit text : Our hotline is available 24/7

and text in button

 

I can only see how to change phone number and e-mail

 

I also would like to remove that nice lady img :)

at least untill I will gonna hire someone like her :)

Edited by aandk (see edit history)
Link to comment
Share on other sites

To remove the Our Hotline... copy, you'll need to copy the file /modules/blockcontact/blockcontact.tpl to /themes/your-theme/modules/blockcontact/blockcontact.tpl

 

Once you copy that file, open it and find this on line 29

 

<p>{l s='Our hotline is available 24/7' mod='blockcontact'}</p>

 

You can either remove or replace this text with whatever you want.

 

As for the woman, you'll need to use CSS to remove her. You can add this line to your theme CSS

 

#contact_block .block_content {background-image:none !important}

Link to comment
Share on other sites

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