Slider - Font to replicate website

Like you have for other content blocks, it would be great if the Slider Content block could take on the same font style as the website it’s installed on.

2 Likes

Hi there, @Barry_Plant :waving_hand:

This feature is already available in the Slide Builder type of slide:


Please check it out and let me know if it worked for you :wink:

Thanks Max, I can’t find how to acccess this setting. I have already created the slides, but I can’t see the option to choose a default font. It I try to add a slide, there’s no option about fonts. See video for example: Slider Widget Settings | Elfsight - 26 May 2025 | Loom

Can you assist with how I find the font settings to make it default to the same as our Intranet?

Thank you!

2 Likes

Hi @Barry_Plant

3 Likes

Hi there, @Barry_Plant :waving_hand:

Sina is absolutely right! Please try to follow the steps featured in her video and let me know if you’ve found it :slightly_smiling_face:

1 Like

Thank you, confirming it does work on the “Slide Builder” style, but not the “Image Slide” option. We really want a full bleed image, so it would be great if you could either add a full bleed image option to the Slide Builder, or, update the “Image Slide” option to include default font settings.

Appreciate your assistance :smiling_face:

The thing is, you’re using an older version of the Image Slide, which was previously available in our widget, but now it’s kept only for our default slides. It looks like you just removed the default images and added your own content in their place, this is why you have these slides in your widget.

However, if you try creating a new Image Slide now, you’ll notice it doesn’t support adding extra content like text or buttons.

Old Type:


New Type:

If you’d like to include additional elements like text or buttons, the Slide Builder option is the best fit. And the good news is - you can still have a full-bleed image by setting it as a background:


Just in case you don’t want to recreate your existing old-type Image Slides using the Slide Builder option, you can change the font of their elements using this code in the Custom CSS field on the Settings tab of your widget’s settings:

.eapp-slider-title-component {
  font-family: Calibri;
}

.eapp-slider-text-component {
  font-family: Calibri;
}

.eapp-slider-button-component {
  font-family: Calibri;
}

Please check it out and let me know if it helped :wink: