NiceThemesFont Color changes – NiceThemes http://nicethemeswp.com/forums/topic/font-color-changes/feed/ Wed, 23 Apr 2025 14:41:10 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/font-color-changes/#post-3013 <![CDATA[Font Color changes]]> http://nicethemeswp.com/forums/topic/font-color-changes/#post-3013 Mon, 30 Dec 2013 17:28:14 +0000 hisc328 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???

]]>
http://nicethemeswp.com/forums/topic/font-color-changes/#post-3015 <![CDATA[Reply To: Font Color changes]]> http://nicethemeswp.com/forums/topic/font-color-changes/#post-3015 Mon, 30 Dec 2013 17:55:03 +0000 Juanfra Aldasoro Hi There,

Thanks for writing.

When you enable the custom typography then all of the fonts are set to custom.

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/font-color-changes/#post-3017 <![CDATA[Reply To: Font Color changes]]> http://nicethemeswp.com/forums/topic/font-color-changes/#post-3017 Mon, 30 Dec 2013 18:18:21 +0000 hisc328 Juan, if they are set to custom and I don’t change them shouldn’t they remain what is chosen already?

]]>
http://nicethemeswp.com/forums/topic/font-color-changes/#post-3018 <![CDATA[Reply To: Font Color changes]]> http://nicethemeswp.com/forums/topic/font-color-changes/#post-3018 Mon, 30 Dec 2013 18:21:56 +0000 hisc328 Or, 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?

]]>
http://nicethemeswp.com/forums/topic/font-color-changes/#post-3021 <![CDATA[Reply To: Font Color changes]]> http://nicethemeswp.com/forums/topic/font-color-changes/#post-3021 Mon, 30 Dec 2013 18:45:39 +0000 Juanfra Aldasoro Hi 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.

]]>
http://nicethemeswp.com/forums/topic/font-color-changes/#post-3022 <![CDATA[Reply To: Font Color changes]]> http://nicethemeswp.com/forums/topic/font-color-changes/#post-3022 Mon, 30 Dec 2013 18:56:20 +0000 Juanfra Aldasoro Hi 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.

]]>
http://nicethemeswp.com/forums/topic/font-color-changes/#post-3023 <![CDATA[Reply To: Font Color changes]]> http://nicethemeswp.com/forums/topic/font-color-changes/#post-3023 Mon, 30 Dec 2013 19:00:17 +0000 hisc328 Thought about it, but I’m not very familiar with CSS….

]]>
http://nicethemeswp.com/forums/topic/font-color-changes/#post-3026 <![CDATA[Reply To: Font Color changes]]> http://nicethemeswp.com/forums/topic/font-color-changes/#post-3026 Mon, 30 Dec 2013 20:57:20 +0000 hisc328 Juan,
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….”

]]>
http://nicethemeswp.com/forums/topic/font-color-changes/#post-3028 <![CDATA[Reply To: Font Color changes]]> http://nicethemeswp.com/forums/topic/font-color-changes/#post-3028 Mon, 30 Dec 2013 21:12:30 +0000 Juanfra Aldasoro Hi 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.

]]>
http://nicethemeswp.com/forums/topic/font-color-changes/#post-3029 <![CDATA[Reply To: Font Color changes]]> http://nicethemeswp.com/forums/topic/font-color-changes/#post-3029 Mon, 30 Dec 2013 21:32:08 +0000 hisc328 Great stuff! thanks so much…

]]>