Looking for a way to change font size of price in individual add on services
1 Like
Hey there, @Jak_Hanchett
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:
Check it out and let me know how it worked
1 Like