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*

Increase font size for content

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #75528
    bkchua
    Participant

    Hi,

    The font size for my website (eg, https://lovequotes.symphonyoflove.net/elizabeth-m-gilbert-love-quotes-and-sayings.html) is too small when in mobile view. I have tried to increase the font size in the CSS file but it didn’t work. May I know where can I change the font size?

    Thank you and looking forward to your reply.
    bk

    #75540

    Hi @bkchua,

    There are many elements that need to be resized accordingly with the base font size ratio. So you can upgrade to the Pro Version to have an access to change the font size to those elements individually. But as you asked for the content font size on mobile view so please go to ‘Appearance > Customize > Design Option > Custom CSS’ and paste the below Custom CSS Code.

    @media (max-width: 767px) {
    	body, input, textarea {
    		font-size: 16px;
    		line-height: 1.5;
    	}
    }

    Thanks

    #75542
    bkchua
    Participant

    Thank you for your reply and help.

    Have a great day.
    bk

    #75602

    Welcome anytime @bkchua

    #82036
    siennadavid30
    Participant

    Thank you! I was looking for this answer too.

    #82094

    Welcome anytime @siennadavid30

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