How can I move the 'Cart' text under the cart icon in Warehouse theme?

Hi

Pls could u provide the solution to moving the text “Cart” to under the cart icon (attached examples below)

Theme: warehouse

URL: appliancesclub.com

Wanted result:

current:

Cheers

Hi @chrisjames11 !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss->paste below code at the bottom of the file.

.header__action-item-link {
font-weight: 500;
font-size: 17px;
display: table-caption;
}

Like This!

Best Regards;

Pagefly