How to fix default font size issue in Be Your's theme pricing?

Hi There! I’m in need of some assistance.
The price element on our Be Your’s theme, always seems to default back to the ‘small’ size of the font even though in all elements of the back end, it’s set as large.
Does anyone have a code snippet that may be utilised to stop this from happening!
Thanks
Tania

HI @EventWandererCo

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

span.price-item.price-item–regular.money {

font-size: 24px !important;

font-weight: bold !important;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly

Hi there! Unfortunately that didn’t work sadly. Thanks for trying to help me out though!