Skip to main content

There is a border around the search banner and stats bar in the community pages - can you please make this configurable,🙏 it messes with my slick white background look. 
If anyone has a sneaky bit of CSS to remove it, you’d make my day.

Forgot to add a screenshot to my post, and can’t edit it. 

 


@sarahmasterton-brown I just checked out your Community, and it looks like you found a way to fix this!! Mind sharing how you did it? 


Nevermind! Just figured it out. For anyone following along, this Custom CSS should do the trick. (But definitely check with someone on your team who knows what they’re doing… I only know enough to be dangerous 😀)
 

.Template-brand-stats {
border-bottom: none;
}

 


Reply