Remove blank primary attribute block for Vendors

Hi,

I’d like to remove the blue primary blocks for vendors entirely. I don’t want any vendor attributes displayed there. Is there CSS for this? I saw that there was for listings.

Thanks!


Hi,

Please use this CSS snippet:

.hp-template--vendor-view-page .hp-vendor__attributes--primary {
	display: none;
}

​I hope this is helpful to you.

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