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*

Read More font size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4390
    gassho
    Participant

    I recently changed my content font and while it’s perfect for my content, because the Read More function grabs the same font, it has become too large. I already made a custom CSS adjustment to reduce font size of post author, date, categories, etc. Is there an adjustment for Read More? I certainly hope so. Thanks!

    #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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.