I’m looking to put the estimated total text in the middle of the cart header in the same section where it use to say total and price. in the same font and size of the estimated total text on dawn theme for mobile and desktop
password samurai
I’m looking to put the estimated total text in the middle of the cart header in the same section where it use to say total and price. in the same font and size of the estimated total text on dawn theme for mobile and desktop
password samurai
Hello @undercoverfresh ,
Here are the steps to apply the necessary changes in your Shopify store:
.totals {
position: absolute !important;
display: flex;
justify-content: space-between !important;
top: 45px !important;
width: 90% !important;
}
Let me know if you need further assistance!
Hi @undercoverfresh ,
May I suggest to update code these steps: