Jump to content

[SOLVED]How to change font size and type


Recommended Posts

block viewed

/modules/blockviewed/blockviewed.css

#viewed-products_block_left li .text_desc p, #viewed-products_block_left li .text_desc p a {
padding-bottom: 0;
line-height: 14px;
color: #666;
}

 

 

home featured

modules/homefeatured/homefeatured.css

 

#featured-products_block_center .product_desc, #featured-products_block_center .product_desc a {
color: #666;
}

 

 

information links

themes/your_theme/global.css

 

informations_block_left li a {
display: block;
padding: 7px 11px 5px 22px;
color: #333;
background: url(../../../modules/blockcms/img/arrow_right_2.png) no-repeat 10px 10px transparent;
}

  • Like 1
Link to comment
Share on other sites

Thanks ! With information now everthing is ok :)

But first two

/modules/blockviewed/blockviewed.css

modules/homefeatured/homefeatured.css

 

I cant find there css files ! There ar only tpl files blockviewed.tpl and homefeatured.tpl:(

 

And how can i change type of fonts? what i must type in those lines? :)

Link to comment
Share on other sites

Thanks it was may fault :D

I searched in

mytheme/modules/blockwieved but they were modules/homefeatured/homefeatured.css

 

 

i understand how can i change color,,but how can i change font style?

Link to comment
Share on other sites

Thanks it was may fault :D

I searched in

mytheme/modules/blockwieved but they were modules/homefeatured/homefeatured.css

 

 

i understand how can i change color,,but how can i change font style?

 

Hi Johnxl,

 

Actually you're right. You should override the css files first before editing them, and not touch the original PS files. This helps when upgrading to a newer version...

 

For correct paths, see PS docs:

http://doc.prestashop.com/display/PS15/Overriding+default+behaviors#Overridingdefaultbehaviors-Overridingamodule'sbehavior

 

Hope this helps,

pascal

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...