Support › Forums › Flex Theme › Flex Theme overriding SU code › Reply To: Flex Theme overriding SU code
December 20, 2015 at 12:06 pm
#751
Moderator
In style.css file
Replace this..
.su-note {
margin: 0 0 1.5em 0;
border-width: 1px;
border-style: solid;
}
with
.su-note {
margin: 0 0 1.5em 0;
border: solid 1px #000 !important;
}