This topic has 6 replies, 2 voices, and was last updated 5 years, 1 months ago ago by Rose Tyler
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?
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
Thank you. It works perfectly, but it doesn’t apply to custom tab text. With description tab works ok.
You’re welcome!
Please change the previous code to:
.content-page p, .single-product .tab-content-inner {
font-size: 17px;
}
Regards
Thanks! Works perfectly 🙂
You’re welcome!
Have a nice day.
Regards
You must be logged in to reply to this topic.Log in/Sign up