Changing fonts in widget using Easy Google Fonts plugin

Hello, I am using Easy Google Fonts plugin to change fonts on my website with Shapely theme. I was able to change the fonts in my home page and blog pages, but the website title in the upper left corner and widget titles and texts are the same default fonts. Could you kindly tell me how I could change them?

Sample page on my site: http://catskillwaters.org/index.php/catskill-waters-description/

Thank you.

Hi,

You can use this CSS classes to target those fonts,

.site-title,
.widget .widget-title,
.widget.widget_recent_entries ul li a { }

Let us know,

Thanks,
laranz.

Thank you, thank you, thank you! Worked beautifully.

May I bother you with one more? What is the CSS control for the date and author of each blog post in the blog page?

Sorry these are such basic questions…

Having more problem with changing fonts for numbered or bullet lists as well… tried different possibilities for the selector, but nothing seems to work. :frowning:

Hi,

  1. For the first question, you can either target all the p, span or just the posted on and author means use this, .post-meta span
  2. It seems there is no order or unorder list in that page, Be Part of Catskill Waters – Catskill Waters so only it didn’t respond, try creating the element using ul, li and target that.

Let us know,

Thanks,
laranz.

Hooray! All good. (Yes, I had to convert the lists to regular paragraph because they looked awful, but now I can use lists again) Thank you so much for your patience.

Hi @flickbookstudio,

Glad we helped. :slight_smile:

Let us know if you have any other questions. If you’re happy with our service, don’t forget to review & rate us in WordPress [Shapely] Reviews | WordPress.org. :wink:

Thanks,
laranz.

Done :slight_smile: