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*

How can I change Font-size(or type or line-height) for content part?

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #54116
    pentalogia
    Participant

    Hello.
    First of all, thank you for resolved my problem of removing ‘comment count info’ from under a title of post by your support.

    I have another question.
    I want to change Font-size only in the part of posted content text.
    As you know, this theme Interface is supporting by a setting panel in Theme Options > Typography Options for Font Set.
    But when I controlled by the option, I could’t change what I want in only CONTENT TEXT(posted content).
    I mean that want to change only the texts of CONTENT part without changing side bar texts(recently list, favorite list) or anything.
    See, I put an image capture of its issue. ( http://mimoonchurch.com/wp-content/uploads/2017/11/sample2.jpg )
    [description: I HOPE TO CHANGE FONT PERFORMANCE(size, line height..etc) ONLY IN CONTENT(in RED LINE).]

    I’ve tried to add some coding at Appearance > Customize > Design Options > Custom CSS and paste the following CSS code.
    ——
    .featured-text .featured-content {
    font-size: 15px; // or …etc…
    }
    —-
    But there is no change…
    Please, teach me any code or any trying.
    (I want this content font spec like at http://pentalogia.com/?p=1112 )

    PS: I used in Interface-pro.3.0.1.

    #54144

    Hi Pentalogia,

    Just add the below custom css code to change the font size for content area only.

    #primary #content .entry-content {
        font-size: 21px;
        line-height: normal;
    }

    Thank you!

    #54150
    pentalogia
    Participant

    Thank you.
    I could get what I want according to your suggestion.
    But the results could be completely applied only in Desktop view. (not Mobile)
    In case of Mobile view, the alteration of font size was changed not only in entry-content but also with any parts’ text(Date, Auth name,..and any footer).
    See http://mimoonchurch.com/?p=4136 in Mobile.

    Again summary.
    1. I could get the satisfactory results only in Desktop view. (not Mobile)
    2. In mobile, while entry-content text size was changed, any part text was also changed.
    3. I want the same performance in mobile view too, like in Desktop view.

    Thank you.

    #54159
    pentalogia
    Participant

    [urgency] That problem in mobile view is only happened in situation of external view of FACEBOOK (understand? It means the linked posting in FACEBOOK).
    While I access through whith common browsing(not facebook), no problem.
    The alteration of font size is well applied in mobile view according to your suggestion.

    #54160
    pentalogia
    Participant

    And no problem also in FACEBOOK PAGE MANAGER app.
    That problem is just occurring in FACEBOOK app (external linked view).
    Can you suggest me another css code for entry-content?

    #54179
    pentalogia
    Participant

    I GOT SOLVED MY OWN PROBLEM!
    It was my mistake!
    I’ve to add the following code in Style.css.
    —-

    @import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
    body { font-size: 17px; font-family: ‘Nanum Gothic’ !important;}

    —-
    So the font-size was controlled in all the font-size by Style.css though the new coding was put for entry-content in custom css.
    I removed that tag in in Style.css.
    —-

    @import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
    body { font-family: ‘Nanum Gothic’ !important;}

    —-
    And GET SOLVED IT!

    Thank you!

    #54227

    Hi pentalogia,

    Great that you solved. If you have and issue please let us know.

    Thank you!

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