Jump to content

Categories description text on top of black background


Recommended Posts

Hi everybody, let´s see who knows thisone:

The categories description text on the front office appears on top of a black or dark grey background. The text thefore gets badly affected. I manage to solve the problem by adding a plain white image so that the text can ve seen fine. The downside is that the image takes downloading speed...  Its there anyway to make the background naturally white without adding any extra image?

 

Thank you..

Link to comment
Share on other sites

In category.css find below code:
.content_scene_cat .content_scene_cat_bg {
    background-color: #464646 !important;
    padding: 18px 10px 10px 42px;
}

Change background-color to #fff

 

If you want to get rid of top border

.content_scene_cat {
    border-top: 5px solid #333333;
    color: #d7d7d7;
    line-height: 19px;
    margin: 0 0 26px;
}

Change border-top to #fff or remove

 

 

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...