Jump to content

How can I change Font and Colors of my Prestashop Theme?


Recommended Posts

Hi,

Please make changes in global.css or any other css file.

 

i.e

 

we want to change the "color" of "product title/name" on "'home page"' so please open "global.css"

 

file path:  presta/themes/simplio/css/global.css

 

in any text-editor/notepad

 

and find:  "div.block a" OR "check line no.2146"  when you found you see

 

div.block a {

   color: #444;

   text-decoration: none;

}

 

so please change the "color" value in it like this:

 

div.block a {

   color: #CD2026;

   text-decoration: none;

}

 

OR

 

div.block a {

   color: darkred;

   text-decoration: none;

}

 

after doing this, please save the file, and refresh the home page of your site

http://www.crispywa.wwwthss1.a2hosting.com/presta/index.php

 

Thanks.

FAIQ.

 

 

 

 

 



 

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