Jump to content

Changing Font in Homepage Editor Module


Nasty Jack

Recommended Posts

I am trying to change the font in my home page.

 

I saw a post that says to find this:

 

Open the file form.tpl in the directory admin\themes\default\template\helpers\form.

 

But I am not sure how to find it. I do not see a themes unde the admin section.

Link to comment
Share on other sites

Maybe this helps:

Open themes/<your theme folder>/css/global.css

find this (close to top):

 

 

/* ************************************************************************************************

generic style

************************************************************************************************ */

 

body{

font:normal 11px/14px Arial, Verdana, sans-serif;

color:#222;

background:#fff

}

 

Here you can change the font(s) to what you like (How it works: first it uses Arial, if this font's not found, it uses Verdana, if that's not found, it uses sans-serif). Make sure you take well known fonts and use a 'generic' font like sans-serif as last resort. See more about web safe fonts here:

http://www.w3schools.com/cssref/css_websafe_fonts.asp

 

or here:

http://www.webdesigndev.com/web-development/16-gorgeous-web-safe-fonts-to-use-with-css

 

Hope this helps,

pascal

Link to comment
Share on other sites

Pascal, I guess I am not seeing how this works. Under preferences/themes I don't see any of this:

 

body{

font:normal 11px/14px Arial, Verdana, sans-serif;

color:#222;

background:#fff

}

where do I find that code?

 

you have to open this file:

themes/<your theme folder>/css/global.css

 

located in your FTP service (not in prestashop back office)

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