Change font size of individual add-on services

Looking for a way to change font size of price in individual add on services

1 Like

Hey there, @Jak_Hanchett :waving_hand:

This code will help you individually change the font size of each add-on:

[class*="choice-option__Label-sc"]:nth-child(1) * {
  font-size: 18px !important;
}

Here you should set the order number of the needed add-on:

image

Check it out and let me know how it worked :wink:

1 Like