On my website, I have a button that reveals a set of cards containing information. These cards are displayed with a small gray border around them, which I'm trying to remove. However, setting border: none;
in my CSS doesn't seem to do the trick.
Just for your information, I am using Bootstrap 4.3.1 via CDN.
Here is the code snippet:
<div id="skills" class="showcase-buttons">
<button type="button" class="btn btn-primary btn-block"
data-toggle="collapse" href="#skills-showcase" aria-expanded="false"
aria-controls="skills-showcase">
Skills
</button>
<!-- collapsible content (skills) -->
<div id="skills-showcase" class="collapse showcase-content justified-text">
...
You can view an image at this link: https://i.sstatic.net/iy5Q0.png