Jump to content

Bug when hovering mouse over a category P.S. 1.7 [SOLVED]


Recommended Posts

Those frames are the sub category images. As you have set non image, it just displays that blue frames.

Add this to custom.css and clear the cache.

#subcategories ul li .subcategory-image a {
	display: block;
	padding: 9px;
	border: 1px solid #f6f6f6;
	visibility: hidden;
}

If this doesn't work, modify code in themes/classic/assets/css/theme.css:72

Edited by ComGrafPL (see edit history)
  • Like 1
Link to comment
Share on other sites

  • Sairon changed the title to Bug when hovering mouse over a category P.S. 1.7 [SOLVED]

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