Jump to content

Prestashop 1.7.2.1 - Assets not loading in child theme


Recommended Posts

Hello Prestashop forum


I'm trying to load a minified custom css in with my child theme, but it's not loading it into my website, it is still loading the parent theme assets.


This is my code for running it in theme.yml


assets:

  #use_parent_assets: true

  # The following lines are showing how to load assets in your page

# Uncomment and change value to start loading css or js files

css:

  all:

    - id: custom-min-style

      path: assets/css/custom.min.css

      priority: 999

 


Can anyone help me with what I am missing?


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