badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Read More font size

#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