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

Home Forums Support [Resolved] How do I change right side bar widget font? Tasty theme

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

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #938021
    Harry

    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

    #938039
    Harry

    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!

    #938041
    Harry

    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.

    #938054
    Leo
    Staff
    Customer Support

    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 πŸ™‚

    #938062
    Harry

    Hi Leo,

    Perfect, I installed Simple CSS and ran that code. Everything is working now! Thank you for your quick help πŸ˜€

    #938063
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.