zunxunz Posted December 8, 2023 Share Posted December 8, 2023 I'm trying to override the styling of the ps_facetedsearch module in the classic theme for Prestashop 8.1. However, it seems the .css files used by this theme can't be 'overridden' because the ps_facetedsearch module force loads the front.css file. In pre-1.7 .css files could be overridden in the theme by putting them in the related directory (i.e. /themes/xxx/modules/ps_facetedsearch/views/css/front.css for instance) but this does not seem to work in 8.1. How would I override front.css of the ps_facetedsearch module in Prestashop 8.1? Link to comment Share on other sites More sharing options...
Ray UK Posted December 12, 2023 Share Posted December 12, 2023 Just add your css into /themes/<themename>/assets/css/custom.css Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now