PDA

View Full Version : Hiding forum elements w/vbulletin cloud


MG-Chris
02-27-2021, 10:17 AM
I have a cloud forum so I can't directly edit the postbit template. Does anyone happen to know if there's a clever way to hide certain elements that I'd like to remove using custom CSS?

For a simple example, I'd like to remove the contact chat icon right next to/under everyone's user name in the postbit.

I like the cloud setup but the theme all have a ton of clutter and extra icons that I'd like to just get rid of altogether. Any insight would be awesome - thanks!

Seven Skins
02-27-2021, 06:48 PM
You can do this... add this to the css

.b-icon__pm {display: none;}