Hello
I would like to make the navigation a little neater and hide the subcollection images on my collection page - have just the title appear
Hello
I would like to make the navigation a little neater and hide the subcollection images on my collection page - have just the title appear
hey @TBS2023 plz share the screen short that page that you want to hide it
Hi @TBS2023 ,
.mega_menu_img img {
display: none !important;
}
Thanks!
Hey , to hide specifically just the subcollections can you try the following?
.subcollections {
display: none !important;
}
.subcollection__item {
position: relative;
height: 59px !important;
overflow: hidden;
z-index: 0;
}
.subcollection__link {
height: 58px !important;
}
.subcollection__image img{
display: none !important;
}
p.subcollection__title.h4 {
color: black !important;
}