css - Prestashop changes to theme -
i have been tasked making small design change (css) prestashop site used off shelf theme.
i know in wordpress can make child theme put design changes in best practice.
is there similar method should using in prestashop? or alternatively there anywhere in dashboard can put these changes?
if you're building default theme, correct way go themes > add new theme > create new theme > copy default-bootstrap
, create new theme.
there no child themes in prestashop (any kind of inheritance system themes majorly complicate complex system). have work with. if bought third party theme, go modify directly (modify .tpl
files, modify global.css
, etc.). if copied default theme, work copy (just don't work default theme, may updated).
an event better way install compass
, modify .sass
files (that correctest :d way).
Comments
Post a Comment