How can you change the font-size and use the website font-syle for a 'testimonials carousel' type of widget? I can't see any options for that.

Was this post helpful?

1 comment

Sort by
  • Avatar

    muhammad rizwan

    To change the font size and use your website's font style for a 'testimonials carousel' widget, you may need to use custom CSS if the widget itself doesn’t provide these options. Start by inspecting the widget to identify its class or ID, then apply custom CSS to adjust the font size and ensure it inherits your website's global font style. For example, you can add a CSS rule like `.testimonial-carousel { font-size: 18px; font-family: 'YourWebsiteFont', sans-serif; }` to your site's stylesheet. Additionally, ensure the widget is set to inherit global typography settings from your theme if available. If your theme or site builder allows, use its customizer to manage global font settings that apply across all widgets, including the testimonials carousel.

    2
Please sign in to leave a comment.