The before and after are coming in to my Carrd website as times font. I’d rather just remove them but there is not control
2 Likes
Hi there and welcome to the Community, @user3368
You can remove the Before and After labels right in the settings of your set:
To change the font of these labels, you can add this code to the Custom CSS field on the Style tab of your widget’s settings:
[class*="PairSliderLabel__Container-sc"] {
font-family: Calibri;
}
You’re very welcome to use any other font in this code, providing it’s installed on your website and supported by your browser
2 Likes