How I can change font to all website? (in this case LetherCraft theme)

So far I have created custom.css and add it to/path: skin/frontend/default/jm_leathercraft/css
also there is another question: why custom.css do not work? should be placed to another path? or there are additional steps that should be done in order for custom.css to override current css style? 

3 answers

Profile photo of Ziven Staff 100280.00 $tone January 5, 2015
Public

Hi Brank,
The custom.css you create not import it in xml.
Please follow this step.
step 1: open the file \app\design\frontend\default\jm_leathercraft\layout\page.xml  at line 73
add after the code 

<action method="addCss"><stylesheet>css/custom.css</stylesheet></action>

remember create the file custom.css in folder skin/frontend/default/jm_leathercraft/css
now please clear cache in magento.
it’s done.
 
Best Regards,
Ziven.
 
 

#1
Profile photo of brankopilic 160.00 $tone January 6, 2015
Public

Great Ziven,
It worked out partially, I mean custom.css file override basic css of template itself but it can not override css of components (from Joomlart) as slide shows, mega menu etc. However, your answer helped me a lot and in order to change font in mega menu it is done from components css files and other fonts in the body of the website is done in custom.css
Once again than you for your help regarding this matter.
Best

#2

Please login or Register to Submit Answer

Written By

Comments