Home › Forums › Support › Small text in one place only This topic has 6 replies, 2 voices, and was last updated 4 years, 1 month ago by Leo. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts February 18, 2019 at 12:02 pm #813861 Patrik How do I get small text in one place only the right way? In the middle of a post for example. If I set 17 in the post but in one place would like 13 for example. π GeneratePress 2.2.2GP Premium 1.7.7 February 18, 2019 at 12:06 pm #813866 LeoStaff Customer Support Hi there, You can use HTML inline style like this: Normal size part <span style="font-size: 13px;">small size part</span> normal size part again More info here: https://www.w3schools.com/html/html_styles.asp Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ February 18, 2019 at 12:38 pm #813889 Patrik Thanks! π Can you change the color of links temporarily in the same way? π February 18, 2019 at 12:41 pm #813891 LeoStaff Customer Support Yes. This page shows some examples: https://www.w3schools.com/html/html_links.asp Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ February 18, 2019 at 12:50 pm #813900 Patrik So CSS is correct even if you just want to change one link? π EDIT: Sorry it wasn’t about the theme now – thought it would. π February 18, 2019 at 1:53 pm #813953 Patrik So this is correct? Don’t put it under css? <a href="/" style="color:#878787"></a> February 18, 2019 at 3:01 pm #813996 LeoStaff Customer Support Yup this isn’t theme specific. Just HTML inline styles. That should work. You can always just tested it out. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In