Edit category block in homepage

I’ve been looking around and I haven’t found any solution for this. Is it possible to have a solid background color instead of an image? I tried adding a white image but there’s a tint so I really can’t do anything about it. I also tried removing the image hoping it would work but it got replaced with an image icon. Aside from that, how do I change the font color for the name of the categories? Thank you.

  1. If you use the ListingHive theme then please try this CSS snippet
.hp-listing-category--view-block .hp-listing-category__image a::after{
	background-color: #fff;
	background-image: none;
}
  1. Please try this CSS snippet
.hp-listing-category--view-block .hp-listing-category__content a{
	color: #000;
}

But please note that it can require further customization. If you are not familiar with code customization then please consider hiring someone via Fiverr https://fvrr.co/32e7LvY

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.