Xstore: Font size doesn't change from typography>Content>Body font

This topic has 6 replies, 2 voices, and was last updated 4 years, 7 months ago ago by Rose Tyler

  • Avatar: ianabel
    ianabel
    Participant
    September 21, 2019 at 12:06

    Hello,

    I am trying tu change the font size of the single product page. When I go to typography >content>Body font: if I modify Line Height or Text Transform it takes effect, but when I modify Font Size it doesn’t show any difference. There is another way to do it?

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2019 at 12:17

    Hello,

    Thanks for contacting us.
    Please add this code in Theme Options > Custom CSS > Global custom CSS:

    .content-page p {
        font-size: 17px;
    }

    as a temporary solution. Our developers will fix the problem in the next update of the theme.

    Regards

    Avatar: ianabel
    ianabel
    Participant
    September 21, 2019 at 15:49

    Thank you. It works perfectly, but it doesn’t apply to custom tab text. With description tab works ok.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2019 at 15:53

    You’re welcome!
    Please change the previous code to:

    .content-page p, .single-product .tab-content-inner {
        font-size: 17px;
    }

    Regards

    Avatar: ianabel
    ianabel
    Participant
    September 21, 2019 at 16:17

    Thanks! Works perfectly 🙂

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2019 at 16:48

    You’re welcome!
    Have a nice day.

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.