- officethug July 22, 2015 at 6:41 pm
When I customize the typography it changes the color and fonts but NOT the sizes. I have the box at the top ticked. Do you know why this would happen? I can’t send a link because I’m developing it locally.
Thanks!
Juanfra Aldasoro July 22, 2015 at 11:28 pmHi,
Thanks for writing. Would you please tell me what theme are you using and what font are you trying to change?
Best,
Juan.officethug July 23, 2015 at 2:20 pmJuan, it’s the Paeon theme. But I think the typography sizes are working – what was confusing me is that if you change the color for “General Typography” it changes the color of the Testimonial text on the homepage. But if you change the Font Size for General Typography it does not change the font size of the Testimonial text on the homepage. Is this a bug? or is there a different way to change the font size of the Testimonial text on the homepage? Thanks!
Juanfra Aldasoro July 23, 2015 at 5:29 pmHello,
Thanks for the follow up. I’m moving this topic to the Paeon forum.
With regards to your question: Yes, the styles for the home testimonials has a different font size, and it is only set for that element. The general typography option applies for the body texts, posts and pages.
There are some elements that have their own styles, like the ones in the home page, and despite you can pick the font family, their style is defined in order to design decisions to make the home page(in this case) appealing. Those can only be changed (unfortunately) by adding a few lines of custom CSS. I hope you understand how this works, it would be impossible for us to set an option to customize the typography for each one of the elements around the theme.
If you want to change the font-size for the testimonials over the home page you can add this code in your custom CSS input within the theme options or in the custom.css file:
#container .home-testimonial .content .feedback-text p { font-size: 18px; }
You can change the value “18px” for any other size you want.
Best,
Juan.
You must be logged in to reply to this topic.