Support › Forums › Flex Theme › footer widget border top › Reply To: footer widget border top
December 21, 2015 at 3:00 am
#754
Moderator
I still see border 1px in the following code
.footer-widgets {
border-top: 1px solid #e3e3e3;
clear: both;
padding-top: 30px;
}
Make it 3px and remember to clear cache and internet history. You can also try using !important
border-top: 3px solid #e3e3e3 !important;