Plugin Contributor
csonnek
(@csonnek)
Happiness Rocketeer 🚀
Can you let me know what site you’re having this problem? Once I have that information, I’ll be better able to help.
If you want it to remain private, you can also contact us via this contact form:
http://jetpack.me/contact-support/
Thanks!
Thanks Carolyn for your time.
Please check the ‘Share This’ and ‘Like This’ captions at link below; Also the subscribe section looks different from others.
http://www.naveedahmad.net/2014/08/18/how-to-start-the-day/
Regards,
Naveed
Plugin Contributor
csonnek
(@csonnek)
Happiness Rocketeer 🚀
Thanks for that information!
If you’re talking about the text being used for the “Share This” and “Like This” it’s most likely because your theme isn’t specifying a style for those two items. While they are both h3 items, they’re more specifically styled using div.sharedaddy h3.sd-title which would override any general h3 CSS set in your theme. If you add the more specific class to your theme’s CSS, you should be able to style that text the way you choose.
With regards to the Subscription Widget – the same applies. You would need to target .widget-title to style the “Enter your email address to subscribe to this blog and receive notifications of new posts by email.” text. With other elements in the widget, you would need to use the element inspector built into Chrome or Firefox to see what the class or ID the containing div elements are for the rest of the form.
I hope that helps get you started!
OK- I will try to fix with custom CSS.
Thanks