galactic Posted March 15, 2012 Share Posted March 15, 2012 Prestashop 1.4.7. default theme: I want change menu blocks with rounded corners to rectangular corners. What specific changes should be made in CSS files to achieve this? Link to comment Share on other sites More sharing options...
Scotty501 Posted March 15, 2012 Share Posted March 15, 2012 You are probably better off changing the images used and replacing them with your own - use the same filename maybe a easy way of doing it. I would suggest however, you do not do this to the default theme as you will lose your changes when you upgrade. Take a copy of it and rename it as your own theme and make the edits there. Read here on creating your own theme http://forge.prestashop.com:8081/display/PS14/Coding+a+theme#Codingatheme-Creatingyourowntheme Link to comment Share on other sites More sharing options...
Scotty501 Posted March 15, 2012 Share Posted March 15, 2012 Sorry I posted before I finished. If you are happy to use CSS you can do something along the lines of border-top-left-radius: 10px 5px; border-bottom-right-radius: 10% 5%; border-top-right-radius: 10px; Good reading here http://www.css3.info/preview/rounded-border/ Link to comment Share on other sites More sharing options...
galactic Posted March 15, 2012 Author Share Posted March 15, 2012 Sorry I posted before I finished. If you are happy to use CSS you can do something along the lines of border-top-left-radius: 10px 5px; border-bottom-right-radius: 10% 5%; border-top-right-radius: 10px; Good reading here http://www.css3.info...rounded-border/ Thanks for helpful advise. The code you mentioned is not in global.css? Link to comment Share on other sites More sharing options...
Scotty501 Posted March 16, 2012 Share Posted March 16, 2012 No you would need to add to the respective DIV - that was really just an example of thow to make rounded corners. You would need to expirment, If you are not happy playing with the css you could just copy the theme as suggested and then replace the images with your own, copy the images - take them into photoshop or similar and then change the image and then upload it back up and you will have what you want. Volia Link to comment Share on other sites More sharing options...
dixie Posted March 18, 2012 Share Posted March 18, 2012 Have you seen the NEW (free) theme from PrestaShop? You may like the layout more in that theme. You can download the new theme from PrestaShop store. Then, you can use the module in your BO to install the new theme (important to use the module to install the new template). I am using the PS 1.4.7 with the new theme, on the site I am building. I don't know code, so I made edits in css files. You can view my site here: stitchbin/prestashop.com Good Luck! Dixie in the USA 1 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