Skip to main content

Remove the default border in Community pages

  • November 16, 2022
  • 3 replies
  • 15 views

sarahmasterton-brown
Forum|alt.badge.img+4

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.

3 replies

sarahmasterton-brown
Forum|alt.badge.img+4

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

 


megan
  • Contributor ⭐️⭐️⭐️
  • August 11, 2023

@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? 


megan
  • Contributor ⭐️⭐️⭐️
  • August 11, 2023

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;
}