confit theme font change
-
please, somebody can explain how to Change Fonts and Font Size for confit theme
-
You will need to start customising your theme’s CSS – possibly via a child theme or a custom CSS plugin.
As your theme is only available via wordpress.com, you will need to wait for one of their support people to deal with your questions. To that end, I’ve have tagged this topic for their attention and, hopefully, someone will be along shortly.
thank you very much.
I had already written the question in wordpress.com. this is the answer from wordpress.com:We provide support only for blogs being hosted WordPress.COM and not for ww.wp.xz.cn software installs. You are posting to the wrong support forum.
WordPress.com and ww.wp.xz.cn are completely separate and different http://support.wordpress.com/com-vs-org/
If you don’t have a username account at ww.wp.xz.cn click http://ww.wp.xz.cn/support/ and register one on the top right hand corner of the page that opens, so you can post to the support forums there and receive advice from ww.wp.xz.cn bloggers.
No one suggested that you should post in wordpress.com’s forums. Please try re-reading the second paragraph of my post above.
If you want to use a different font in Confit or any theme, an easy way is to use a Google fonts plugin and follow their instructions:
http://ww.wp.xz.cn/plugins/search.php?q=google+fontsYou can change font sizes by targetting the specific element you want to modify with CSS.
For example, to change the size of “Benvenuti” on your front page, add this to your custom CSS, adjusting the number as you like:
.entry-content h1 { font-size: 80px; }Learning how to target your site’s CSS will help you make certain design and layout changes. Here are some very helpful posts that will help you customize your site with CSS:
https://dailypost.wordpress.com/2013/07/25/css-selectors/
http://dailypost.wordpress.com/2013/06/21/css-intro/
http://dailypost.wordpress.com/2013/08/29/css-matched-rule-pane/
http://en.support.wordpress.com/custom-design/how-to-find-your-themes-css/
Finally, don’t edit the theme files directly, otherwise your changes will be overwritten when the theme is updated.
An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.
As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.
thank you so much for this great answer 🙂
My pleasure. 🙂
The topic ‘confit theme font change’ is closed to new replies.