Jump to content

[SOLVED] Steetwear Theme change/delete phone number


Recommended Posts

Hi there

 

New to Prestashop and having fun finding out where to change or delete the phone number underneath the Newsletter Subscription sign up in the Footer in Steetwear Theme.

 

Also where do I change the wording for footer headings "Our Offers" "Informations" and re-word the lists beneath them

 

regards

 

Cameron

Edited by Mike Kranzler
only one question per thread please (see edit history)
Link to comment
Share on other sites

Hi Mike

 

There is nothing lke that been pulling my hair out trying to find it.

 

I think it is somehow attached to the newsletter sign up module but there is no configure option on it. Could it be just code.

 

Cameron

Link to comment
Share on other sites

Hi Mike

 

There is nothing lke that been pulling my hair out trying to find it.

 

I think it is somehow attached to the newsletter sign up module but there is no configure option on it. Could it be just code.

 

Cameron

 

 

Hi Camrosa and Mike,

 

Can you find the blocknewsletterfooter.css file ( should be located in the module's css folder) and add display:none; in the relevant section

 

1. to remove the phone number:

 

blocknewsletterfooter.css line 26

 

div#tel_block_left p span #tel { font:30px/189x 'leagueGothic', Arial, San-serif;

color: #ffffff;

display: none;

}

 

 

2. to remove the icon

 

blocknewsletterfooter.css line 18

 

div #tel_block_left p img { display:none;}

 

 

3. to remove "pour to us renseignements"

 

blocknewsletterfooter.css line 31

 

div #tel_block_left p span #informations

{ float: left;

font: italic 12 px;

'baskervilleoldfaceregular', arial, sans-serif;

color: rgb(204,204,204);

display:none;

}

 

Hope it helps.

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...