Jump to content

Help needed prestashop 1.6. Background & text colour


Recommended Posts

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)

 

aas.jpg

 

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 by albertrivero (see edit history)
Link to comment
Share on other sites

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

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...