Sairon Posted August 23, 2022 Share Posted August 23, 2022 (edited) Hello, I was wondering how to fix the box which is appearing when you hover your mouse on a category. See image. Shouldn't it go around the text? Edited August 24, 2022 by Sairon (see edit history) Link to comment Share on other sites More sharing options...
ComGrafPL Posted August 24, 2022 Share Posted August 24, 2022 (edited) 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 August 24, 2022 by ComGrafPL (see edit history) 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