Some font changed while fixing other issue

Hi!

I had this issue: https://theme.co/apex/forum/t/recent-post-in-blog-shows-the-first-article/58201/14 Which is working now. But while doing that, my blog page changed a bit with it´s fonts.

If you see http://demo.finnguru.fi/en/blog/, you can see that the Categories and Related posts looks different. How I can het all looks like “Related posts” (also the Archive).

Thank you!

Hi Anni,

I am sorry but I am not sure what the issue is.

This is how the sidebar looks on my end.

Can you try clearing your browser cache and check again.

Thanks

Hi!

And for me the font is not the same. I have tried with Chrome and Safari and emptied the cache also. Still keeps the same:

http://demo.finnguru.fi/wp-content/uploads/2019/05/Näyttökuva-2019-5-27-kello-9.19.47.png

Hey Anni,

There seems to be some styling that is overriding the font family set to the recent post links widget.

Please try adding this code in X > Theme Options > CSS:

.widget.widget_recent_entries li a {
    font-family: "PT Sans",sans-serif;
}

Hope this helps.

Yes, that helped, thank you so much!

You’re welcome. Glad we’re able to help.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.