Craft theme > How to hide these links?

Topic summary

A Shopify Plus user seeks to hide specific navigation links on their Craft theme store (e.xpressflower.com):

Initial Request:

  • Hide “Log In” icon/link from header
  • Hide “Continue Shopping” link from cart and checkout pages

Progress Made:
A developer provided CSS code to hide the first two elements by adding custom styles to the base.css file. This successfully removed the Log In icon and Continue Shopping link from the main cart page.

Remaining Issues:
Two links on the checkout and thank-you pages still appear visible despite additional CSS code being provided. The user added the supplementary code but reports no changes.

Current Status:
The developer initially suggested the checkout customization requires Shopify Plus, but the user confirmed they are already on a Shopify Plus plan. The discussion remains unresolved as the checkout/thank-you page links persist despite the CSS modifications attempted. Screenshots document each element requiring removal throughout the conversation.

Summarized with AI on October 29. AI used: claude-sonnet-4-5-20250929.
  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.