October 4, 2013 at 7:24 am
#4400
Rabin Shrestha
Participant
Hi Gassho,
You can use this CSS
a.readmore {
font-size: 14px;
}
if above didn’t work try this
a.readmore {
font-size: 14px !important;
}
You can change the px value.
Rabin