Support › Forums › Flex Theme › Links on slider › Reply To: Links on slider
August 23, 2016 at 3:31 pm
#1250
Moderator
Replace
.flex-caption a.read-more {
display: none;
font-size: 12px;
}
WITH
.flex-caption a.read-more {
display: block;
font-size: 12px;
}