Amanda Gasse
asked 9 years ago

I want to remove the thumbnails of the featured images on the primary menu of my site so it only features the article title within each subcategory. How do I do that?

1 Answers
DominicStaff
answered 9 years ago

To resolve this issue, you can add the following code to the style.css file:

.navbar .nav .menu-item-object-category .sub-mega-wrap .subcat .has-thumbnail .subcat-thumbnail {
  display: none;
}
.navbar .nav .menu-item-object-category .sub-mega-wrap .subcat .has-thumbnail .subcat-title {
  margin-left: 0px; 
}

Hope this helps !

Powered by DW Question & Answer Pro