- hisc328 December 30, 2013 at 5:28 pm
I’m trying to make a couple of small changes to the default font colors and sizes but when I check the box to Enable custom typography, it throws everything off…. Is there a way to preserve everything and just change a color of font size???
Juanfra Aldasoro December 30, 2013 at 5:55 pmHi There,
Thanks for writing.
When you enable the custom typography then all of the fonts are set to custom.
Best,
Juan.hisc328 December 30, 2013 at 6:18 pmJuan, if they are set to custom and I don’t change them shouldn’t they remain what is chosen already?
hisc328 December 30, 2013 at 6:21 pmOr, if what is currently displayed is not what the default is listed as, do you have anything to reference it so I can insert those once I check the default?
Juanfra Aldasoro December 30, 2013 at 6:45 pmHi there,
Yes, actually they should remain with the same font family, unless you’ve changed any of those.
Would you send me a link to your site with the access details and a reference to this topic to support@nicethemeswp.com?
Best,
Juan.Juanfra Aldasoro December 30, 2013 at 6:56 pmHi Matt,
Thanks for sending your site details. Actually, the problem is that the font used for this theme is Raleway, that it has different weights, and it’s taking the default weight when using custom fonts not as the one it is actually by default. Maybe if you want to change some colors and sizes you can use some CSS directly. Have you thought about that?
Best,
Juan.hisc328 December 30, 2013 at 8:57 pmJuan,
Can you give me a couple of examples of how to do this so I can use as a reference when learning how to do this? What would the custom css look like to do the following:1. If I want to increase the font size and change the font color to black for the body of the post on this page: http://www.carebatonrouge.com/home-care/possession-paralysis-gift-giving/
2. On the Home Page http://www.carebatonrouge.com/ I want to increase the font size and change the color to black of the Welcome Message “Our blog is….”
Juanfra Aldasoro December 30, 2013 at 9:12 pmHi Matt,
The best way to learn this is to check the classes that you want to modify with a tool like Firebug (http://getfirebug.com)
Then, the properties for the font size is font-size, and the size can be given in px, em or pt. For example for number #1:
.post-content{ font-size: 17px; }
Then, for #2:
.welcome-message p{ font-size: 16px; }
You can read more about setting custom CSS in our themes here: http://nicethemeswp.com/support/theme-docs/paeon/#custom-css
Best,
Juan.
This topic is marked as resolved
Only the topic author can re-open this thread.