Jump to content

Change phone symbol on homepage into whatsapp symbol


Recommended Posts

Hi, 

 

I'm testing a prestashop at [...].pswebshop.com.

Two questions: 

 

1. can I get to the files, like if the where at any payed provider? If so: how?

2. I want to change the phone symbol on the homepage in a whatsapp symbol/logo. Is this possible and how?

 

Thanks for your help

Link to comment
Share on other sites

you need to download the latest font awesome and replace in the prestashop default theme, and change the call in the blockcontact 

 

themes/default-bootstrap/sass/modules/blockcontact/blockcontact.tpl

 

from phont to icon-whatsapp

 

and add in the css too

 

.icon-whatsapp:before {
  1. content"";
}
Link to comment
Share on other sites

Thanks for your answer.

 

Although I don't know  ;-)

 

1. what you mean with ' and replace in the prestashop default theme

>should I replace a font in the default theme to change a pic?

>or do you mean I change something in the theme?

 

2. 'change the call in the blockcontact themes/default-bootstrap/sass/modules/blockcontact/blockcontact.tplfrom phont to icon-whatsapp

3. the last step I get, BUT

can I copy-past that because I see a little sqaure in that code?

What will that do?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...