Change font size of the title

Add this code to the Custom CSS field on the Design tab of your Flipbook widget’s settings:

[class*='flipbook-component__Title-sc'] {
font-size: 16px;
}
1 Like