Free and Premium WordPress Plugins & Themes Forums WordPress Themes Villagio Changing font size
- This topic has 4 replies, 2 voices, and was last updated 1 year ago by
István Tornyos.
- AuthorPosts
- May 5, 2022 at 11:33 am #1299878
István Tornyos
ParticipantHello,
I want to change the size of each letter. For example, header menu font size, footer text font size, and so on. How can I change it?Thanks
IstvánMay 6, 2022 at 7:53 am #1300212J. Davis
KeymasterHi István,
Thanks for your question. You may inspect the names of the classes of various parts of your site (header menu font size, footer text font size, and so on) and use custom CSS style to change the font size.
Or you may try to use the plugin like Google Fonts Typography or other typography plugins.best regards,
J. DavisMay 8, 2022 at 4:17 pm #1300702István Tornyos
ParticipantThanks.
Can you write an example css code, say to change the size of the footer text?
May 9, 2022 at 6:59 am #1301075J. Davis
KeymasterHi István,
Here is a code for widget areas
footer .wrapper-top *{ font-size:14px; }
Here is a code for bottom footer part:
footer .wrapper-bottom *{ font-size:14px; }
Let me know if you have any further questions.
best regards,
J. DavisMay 23, 2022 at 1:24 pm #1307974István Tornyos
ParticipantThanks.
- AuthorPosts
- You must be logged in to reply to this topic.