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*

Lines Spacing and Picture Comment

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #97159
    Nguyễn Anh
    Participant

    Hi Themehorse Team, I just buy your NewsCard Premium, and it’s really amazing, but I have some issues which I dont know how to fix

    I want to:
    – Make the spacing between lines of post’s content wider (they are now kind of sticky)
    – Make the size of picture comment smaller (they are now look like text in paragraph).

    Please help me with additional CSS, thank you very much!

    #97209
    Nguyễn Anh
    Participant

    Some body help me 🙁

    #97225

    Hi there,

    First thanks for choosing our theme.

    Regarding to your issue:

    – Make the spacing between lines of post’s content wider (they are now kind of sticky)

    Just login to your WP dashboard then go to Appearance > Customizer > Additional CSS and paste the below custom CSS code:

    .entry-content p {
        line-height: 1.6;
    }

    – Make the size of picture comment smaller (they are now look like text in paragraph).

    Can you please clarify what you are trying to say?

    Thank you!

    #97354
    Nguyễn Anh
    Participant

    Hi, thank you for your help.

    I want to make the text which describe the picture in my post smaller.
    I mean every picture in my posts have some text to describe, and I want those text smaller. Hope you can understand 🙁
    You can visit my post here and see the text under the picture, they quite too big 😀

    https://trangtinnongnghiep.com/phap-cam-nhap-khau-thit-tu-dong-vat-su-dung-khang-sinh-tang-truong/

    Once again, thank you very much.

    #97418

    Please add the below Custom CSS code to the same Additional CSS field.

    .wp-block-image figcaption {
    	font-size: 13px;
    }

    Thanks

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