Gray border around categories
-
Hi Support,
I would like to have a gray border around my categories.
Now it looks like: (see link and image)
But I want it like this: (see image)
Thank you for your help!
Best regards,
Maikel
Attachments:
You must be
logged in to view attached files.
Hello,
Replace the code shown on the screenshot http://prntscr.com/lhcmo0 with this one:
.category-grid-item div:first-child {
border: 1px solid #eeeeee;
}
Best Regards
Great support, very nice!
Only one small detail on the mobile version…
Can these categories have the same height? (see image)
Thank you!
Best regards,
Maikel
Attachments:
You must be
logged in to view attached files.
Hello,
Try this code:
@media (max-width: 460px){
.category-grid-item .hover-mask h3{
min-height:45px;
}
}
Add this code to the Theme settings > Custom CSS > Global
Best Regards
Great support!!!!!!
Very nice, thank you!
Best regards,
Maikel
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Gray border around categories’ is closed to new replies.