Tepo Product Options Font Color Fix

My website is www.ezdbsdesigns.com

Custom Box Designs > Custom Ported Box Design

You will see my issue in the product options. The font color of the drop-downs is the same color as the background of the drop-downs. I am not able to fix this in the app options. Is someone able to help with a workaround?

Under Online StoreCurrent theme, click “…” > Edit Code

  • In the left sidebar, open: Assets > base.css

  • Scroll to the very bottom of the CSS file.

  • Paste this code on a new line at the end:

.po-value {
    color: #be3939 !important;
}​