Site logo

Archived topic

How do I change right side bar widget font? Tasty theme

5 replies · Started by Harry on June 22, 2019

Viewing posts 1–6 of 6

Hi,

How do I change right side bar widget font? Tasty theme.

I want to make the about me, newsletter and recent posts font larger. Along with increasing the font for everything else in this right side bar widget.

Thank you

I managed to change the titles in the right side bar via Typography > widgets. But how do I change the text in the about me, newsletter and recent posts. Thanks!

I resolved the text issue using the settings in the typography settings. The last thing I'm trying to figure out is how to increase the font size of the titles next to the recent posts.

Hi there,

The font style of the recent posts titles are actually coming from the plugin so you will need CSS.

Try this:

.sidebar h3.rpwe-title {
    font-size: 20px !important;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Let me know if this helps :)

Hi Leo,

Perfect, I installed Simple CSS and ran that code. Everything is working now! Thank you for your quick help :D

No problem :)

This archived topic is closed to new replies.