Support ForumFont color in Jetpack Blog Subscribe Widget – Support Forum https://support.ishyoboy.com/forums/topic/font-color-in-jetpack-blog-subscribe-widget/feed Wed, 12 Mar 2025 03:28:19 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/font-color-in-jetpack-blog-subscribe-widget/#post-2562 <![CDATA[Font color in Jetpack Blog Subscribe Widget]]> https://support.ishyoboy.com/forums/topic/font-color-in-jetpack-blog-subscribe-widget/#post-2562 Mon, 02 Jun 2014 16:15:55 +0000 optimark How do you recommend I change the font color in the Subscribe widget on my site? I would like to make it white like the rest of the site. the background color is fine. https://www.optimarketllc.com/executive-job-search-advisor/

Thanks,
D

]]>
https://support.ishyoboy.com/forums/topic/font-color-in-jetpack-blog-subscribe-widget/#post-2563 <![CDATA[Reply To: Font color in Jetpack Blog Subscribe Widget]]> https://support.ishyoboy.com/forums/topic/font-color-in-jetpack-blog-subscribe-widget/#post-2563 Mon, 02 Jun 2014 16:24:47 +0000 IshYoBoy Hey,

You can use either “Custom CSS” field under theme options or child-theme.css in the starter child theme we provided along with the theme. You can use standard CSS selectors to target the field.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/font-color-in-jetpack-blog-subscribe-widget/#post-2564 <![CDATA[Reply To: Font color in Jetpack Blog Subscribe Widget]]> https://support.ishyoboy.com/forums/topic/font-color-in-jetpack-blog-subscribe-widget/#post-2564 Mon, 02 Jun 2014 16:37:31 +0000 optimark Any recommendations on how to target those 2 fields specifically? I tried

/* For widget background and text color */
.widget {
background-color: #168bd4;
color: #fefefe;
}

but no success

]]>
https://support.ishyoboy.com/forums/topic/font-color-in-jetpack-blog-subscribe-widget/#post-2565 <![CDATA[Reply To: Font color in Jetpack Blog Subscribe Widget]]> https://support.ishyoboy.com/forums/topic/font-color-in-jetpack-blog-subscribe-widget/#post-2565 Mon, 02 Jun 2014 16:42:00 +0000 IshYoBoy Hey,

Your code would set the background of all widgets. Yo need to target the input fields of one particular widget. Try this:

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/font-color-in-jetpack-blog-subscribe-widget/#post-2567 <![CDATA[Reply To: Font color in Jetpack Blog Subscribe Widget]]> https://support.ishyoboy.com/forums/topic/font-color-in-jetpack-blog-subscribe-widget/#post-2567 Mon, 02 Jun 2014 19:55:48 +0000 optimark Thanks for the help

]]>
https://support.ishyoboy.com/forums/topic/font-color-in-jetpack-blog-subscribe-widget/#post-2573 <![CDATA[Reply To: Font color in Jetpack Blog Subscribe Widget]]> https://support.ishyoboy.com/forums/topic/font-color-in-jetpack-blog-subscribe-widget/#post-2573 Tue, 03 Jun 2014 06:26:39 +0000 IshYoBoy Sure thing! That’s why we’re here!

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/font-color-in-jetpack-blog-subscribe-widget/#post-14148 <![CDATA[Reply To: Font color in Jetpack Blog Subscribe Widget]]> https://support.ishyoboy.com/forums/topic/font-color-in-jetpack-blog-subscribe-widget/#post-14148 Sun, 02 Oct 2016 09:44:36 +0000 David Jimenez Moreno What Custom CSS should I add to change the background and the typography color of my Search widget? The background and the typography color are the same, so you can’t see anything.

http://www.anarqio.com

Thanks!

]]>
https://support.ishyoboy.com/forums/topic/font-color-in-jetpack-blog-subscribe-widget/#post-14161 <![CDATA[Reply To: Font color in Jetpack Blog Subscribe Widget]]> https://support.ishyoboy.com/forums/topic/font-color-in-jetpack-blog-subscribe-widget/#post-14161 Mon, 03 Oct 2016 05:38:18 +0000 IshYoBoy Hey,

It seems you have already changed it ;) You can always use the “Inspect Element” functionality of your browser to see what styles and CSS classes were applied to the elements you need and then re-style them with custom CSS.

More on how to manage it: https://support.ishyoboy.com/forums/topic/inspect-element-to-make-css-changes-using-custom-css-or-in-child-theme/

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>