albertrivero Posted December 29, 2014 Share Posted December 29, 2014 (edited) Hello, I need help with my online store with prestashop 1.6.0.9. When you enter a category, the category title and description cannot be well seen, and the image is in the middle. See pic: (CLICK TO ENLARGE) I need help correcting that, or maybe even better, replace all that (text in white & square foto) with an horizontal rectangular hook. Could you please help me? Thanks Edited December 29, 2014 by albertrivero (see edit history) Link to comment Share on other sites More sharing options...
dioniz Posted December 29, 2014 Share Posted December 29, 2014 I suppose this is default theme. If that is the case go to yourdomain/themes/default-bootstrap/css/category.css and find this: .content_scene_cat span.category-name { color: white; font: 600 42px/51px "Open Sans",sans-serif; margin-bottom: 12px; } To change title color, change color to something else. To change description color find this: .content_scene_cat { color: #d7d7d7; line-height: 19px; } Change color For Uppercase text find this in global.css: .page-heading { border-bottom: 1px solid #d6d4d4; color: #555454; font: 600 18px/22px "Open Sans",sans-serif; margin-bottom: 30px; overflow: hidden; padding: 0 0 17px; text-transform: uppercase; } Delete last line 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