Remove outline from cards

Again, I apologize if this is a “stupid” question. I have some items in a card group, but I really dislike the outline around the “cards.” Can those outlines be removed or should I use a different option?

To remove the border from a single Card component, go to the Overview panel, select the Card component, then go to the Appearance panel > Border and change Style to None.

To remove the border on all cards on your website, add the following CSS to your styles.css file…

.card {
  border: none;
}

Thank you!! I appreciate the help. BSS is really a great program and I am still learning. So far, it has been a game-changer for me. Much easier than using DreamWeaver. Thanks again!!

Oh yeah, Dreamweaver is awful. Adobe has some great software, but they’ve never been able to make a good website builder. Bootstrap Studio is the best builder I’ve used, and I’ve tried a lot of them.