Change heading font

Add this code to the Custom CSS field on the Style tab of your Before and After Slider widget’s settings:

[class*='Widget__Heading']{
    font-family: Arial;
}

You are very welcome to set any other font, providing it’s installed on your website and supported by your browser :slightly_smiling_face:

2 Likes