Jump to content

Category Images are disappeared...


giulomas

Recommended Posts

Hi everyone!

 

I've got a problem: every category on www.valevend-shop.it has an image. But now, I don't know why, every category image is disappeared!

 

Could someone help me, please?  :wacko:

Category images are not showing because they are hidden. Disable the css minify option from Advanced setings > Performance to see the location of the css rule. Most probably you will find it in category.css or global.css. Here's the rule:

.content_scene_cat {
  border-top: 5px solid rgb(51, 51, 51);
  color: rgb(215, 215, 215);
  display: none;
  line-height: 19px;
  margin: 0 0 26px;
}

Remove display: none;

  • 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...