Increase size of icons on the right side menu

Is there something I can do to increase the size of the icons and dollar amount appearing in the right side of the menu? See screenshot below.

You can add new CSS to theme options: http://prntscr.com/o49h8e

#tbay-header .header-right i {
    font-size: 20px;
}
1 Like

Awesome! Thank you! Does that increase the size of the price at the right as well?

Hi,

It only changes the font size icon. The price of has not been changed.

Is there a way to change the size of the prize as well? Thanks for your help!