arefeh Posted March 1, 2018 Share Posted March 1, 2018 hello every one i am new to prestashop and i use 1.7.2.5 version i want to change font-family and font-size of main menu (top horizontal) but i can not find css file of main menu (i use classic theme) Link to comment Share on other sites More sharing options...
halem Posted March 6, 2018 Share Posted March 6, 2018 Hi, All CSS files are merged in 1.7 into a single file. The file is \themes\classic\assets\css\theme.css I would recommend adding custom CSS to \themes\classic\assets\css\custom.css and not modify theme.css, but if you need to, use a CSS beautifier for theme.css contents and then modify it. Maybe https://www.cleancss.com/css-beautify/ Good luck! halem 1 Link to comment Share on other sites More sharing options...
arefeh Posted March 10, 2018 Author Share Posted March 10, 2018 On 3/6/2018 at 9:17 AM, halem said: Hi, All CSS files are merged in 1.7 into a single file. The file is \themes\classic\assets\css\theme.css I would recommend adding custom CSS to \themes\classic\assets\css\custom.css and not modify theme.css, but if you need to, use a CSS beautifier for theme.css contents and then modify it. Maybe https://www.cleancss.com/css-beautify/ Good luck! halem I am thankful with your guidance 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