Tomyy7543 Posted March 13, 2018 Share Posted March 13, 2018 Hi I use default installed classic theme in prestashop 1.7. Does anyone know how to get rid of or get it smaller ( one line ) the category header box in main page window? See the image. In red frame. Thanks Tom Link to comment Share on other sites More sharing options...
tantan199 Posted March 14, 2018 Share Posted March 14, 2018 If you don't have plans to upload cover images for your categories, then you can just put this code to the /themes/classic/asset/css/custom.css to make it smaller. .block-category{min-height:0;} Or you can just use this code to get rid of that block. .block-category{display:none;} Regards, Jonny Link to comment Share on other sites More sharing options...
Tomyy7543 Posted March 14, 2018 Author Share Posted March 14, 2018 (edited) Hi Thanks for you help, i really appreciate. Do i just copy and past or search for that text and modify?. FYI. there are many block-category{ in theme.css file. Do i change them all or just one? Edited March 14, 2018 by Tomyy7543 forgot to add (see edit history) Link to comment Share on other sites More sharing options...
Tomyy7543 Posted March 14, 2018 Author Share Posted March 14, 2018 Forgot to ask. Do u know how to change the whole store, all pages , backgroud image for all pages? thx Tom Link to comment Share on other sites More sharing options...
tantan199 Posted March 14, 2018 Share Posted March 14, 2018 Put that code to the \themes\classic\assets\css\custom.css file. Link to comment Share on other sites More sharing options...
tantan199 Posted March 14, 2018 Share Posted March 14, 2018 You can also put a piece of custom css code to the \themes\classic\assets\css\custom.css file to add a background image for all pages. body > main{background:url(://yourdomain/bg.jpg);} #header{background:transparent;} #wrapper{background:transparent;} Link to comment Share on other sites More sharing options...
Tomyy7543 Posted March 16, 2018 Author Share Posted March 16, 2018 (edited) THANK YOU SO MUCH PEOPLE I LOVE U!!!!!!!!!!!! IT WORKS LIKE A CHARM !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! BTW. I need in future local pickups, and Point of sale functionality. Is it possible? 1) IS it possible to have top horizontal menu as buttons instead links? or just links with button hover mouse effect? 2) Where do i change the whole page ( footers, main and sidebars and header) font size , color etc.? 3) How to have the left menu all the time on? Cause right now when i click home or the logo image i get "Popular products" page, full page wide, no menu on left side ( i have to use the top menue to display the left menu) Thanks again Edited March 16, 2018 by Tomyy7543 (see edit history) Link to comment Share on other sites More sharing options...
tantan199 Posted March 17, 2018 Share Posted March 17, 2018 Hi, 1.2 Buy a theme. 3. Set the "index" page to be "Two Columns, small left column" on the theme preferences page http://doc.prestashop.com/display/PS17/Theme+and+Logo#ThemeandLogo-Configureyourpagelayouts Link to comment Share on other sites More sharing options...
Tomyy7543 Posted March 18, 2018 Author Share Posted March 18, 2018 Hi and thx Do u recommend any good theme with configurable menu buttons horizontal and vertical simple, not bulky, but gives many options to search, view, sort etc. Able to change font, links, backgrounds etc. Thanks guys PS. The menu in prestashop 17 especially the horizontal one is ugly once it is longer more then 1 line. Text on top of text. Link to comment Share on other sites More sharing options...
huntleybill Posted May 25, 2018 Share Posted May 25, 2018 I have the same issue with the box being too big. I followed your instructions Jonny and it did not work for me. Yes, I cleared the cache as well. Is there anything else I can do? I know this is an old post but I hope someone can help. Thank you Link to comment Share on other sites More sharing options...
swiss Posted July 19, 2018 Share Posted July 19, 2018 Thanks, is work for me. Link to comment Share on other sites More sharing options...
Ruchi Tiwari Posted July 17, 2019 Share Posted July 17, 2019 Hi, I am using classic default theme, and add to cart button not visible after i have done the catalog mode no after that add to cart button is visible but dashboard of prestashop giving error 500, to fix this i have rename the folder ps_shoppingcart to ps_shoppingcart_bkp but I want to add add to cart button in my theme how can i do that please help me in this asap 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