Craft theme > How to hide these links?

  1. Hide the Log In icon & link

https://e.xpressflower.com/

https://e.xpressflower.com/checkouts/cn/Z2NwLXVzLWVhc3QxOjAxSlMxRENURVlOVEMxRzhGTlRZREFLM0FB?preview_theme_id=142362312854

  1. Hide the “Continue Shopping” link

https://e.xpressflower.com/cart

https://e.xpressflower.com/checkouts/cn/Z2NwLXVzLWVhc3QxOjAxSlMxRENURVlOVEMxRzhGTlRZREFLM0FB/thank-you

Hi @Sheila28

Please follow the steps below to change the sale badge font size in the Dawn theme:

Step 1: Go to Shopify Admin → Online Store → Theme → Edit code.
Step 2: Go to the assets folder.
Step 3: Insert the following code in the bottom of the base.css file.

a.header__icon.header__icon--account.link.focus-inset.small-hide {
    display: none;
}
.section-template--18069519040662__main-cart-items-padding > .page-width > .title-wrapper-with-link > a.underlined-link{
    display: none; 
}

Step 4: Click the Save button from the top-right corner.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

Hi,

Thank you for the reply.

The 2 links were hidden.

These 2 still shows, how to hide?

Thank you

Please add the code below right after the previous one:

._1ip0g651._1ip0g650._1fragemlt._1fragem4v._1fragem6o._1fragem2s .bSo96 > a{
	display: none;
}
#checkout-main ._1fragem1y._1fragemlt .MV9Am a._1m2hr9ge._1m2hr9gd{
	display: none;
}

Hi,

I added the code but no changes.

Here’s our site https://e.xpressflower.com/

https://e.xpressflower.com/checkouts/cn/Z2NwLXVzLWNlbnRyYWwxOjAxSlNFM1hHR0JZOENBMjBCVkQ4QktRRDlX

https://e.xpressflower.com/checkouts/cn/Z2NwLXVzLWNlbnRyYWwxOjAxSlNFM1hHR0JZOENBMjBCVkQ4QktRRDlX/thank-you

Kindly see.

Thank you

You can’t edit or add custom code to your checkout page unless you’re on the Shopify Plus plan. This limitation is set by Shopify and applies to all standard plans.

Only Shopify Plus users have access to checkout page customization.

Screenshot: https://prnt.sc/RXmejD0w8D6j

Hi,

We are on Shopify Plus plan.