I create this snippet in quick CSS but the border color won’t override the theme’s main content Border color. Can you kindly advise what I may be missing?
.mmborder {
border-width: 3px;
border-color: #a16d8f;
border-style: solid;
padding: 5px;
border-radius: 0px;
!important}
Thanks
Mike