Jump to content

[SOLVED] how to change text color font


Recommended Posts

Hello,

 

how can I change color font of my PrestaShop? I want change color font for all text in shop (product name, description, categories etc.)

I have default theme, version 1.5.6.1.

I know then I must change anything in global.css.

 

Thanks for reply  :)

Link to comment
Share on other sites

each part of shop that you see use different styles, for example links, simple text, headings etc.

default font color you can change with .... body class.

body{
	font:normal 11px/14px Arial, Verdana, sans-serif;
	color:#222;
	background:#fff
}

global.css line ~55

Link to comment
Share on other sites

×
×
  • Create New...