[Resolved] Meta box/Footer widget #3 font weight

Home Forums Support [Resolved] Meta box/Footer widget #3 font weight

Home Forums Support Meta box/Footer widget #3 font weight

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #290829
    Dejan

    Hello there,

    I have 4 widgets, 3 widgets in the right sidebar and 1 widget in the footer #3.

    I wanted bold titles for widgets so I went to Customize -> Typography -> Widgets -> Font weight bold

    Everythink OK. However, I don’t want that fourth widget in the footer #3 to be bold because my meta box with links is in it. What should I do? CSS custom code for footer #3 title?

    #290850
    Leo
    Staff
    Customer Support

    Hi there,

    I would just use CSS for the right side bar title:

    .inside-right-sidebar .widget-title {
        font-weight: 700;
    }

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

    Let me know.

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