How can I unhide the cart icon in my website header?

hello I need help ASAP

I hid the cart button in the header before and now I want the unhide it. Can someone help me please here’s the link https://alyssajgorman.com/

Thanks

If you just revert your changes back to the way it was in your theme editor in the header.liquid then it will appear and function the same again

Hi @Joly

Please use this css

.header-container:not(.sticky-header) .main-nav .main-top-nav {
  background-color: transparent !important;
}

I was able to revert it back but I need it now to be aligned to the menu

@Joly
Please use this css.

.header-container:not(.sticky-header) .main-nav .main-top-nav {
  background-color: transparent !important;
}

.header-container .cart-area {
	margin-top: 10px !important;
}

It didn’t work.