Can I easily edit text in checkout notes using Empire Theme?

Topic summary

A user asks how to edit the checkout notes text styling in the Empire Theme, specifically referencing the theme.css.liquid file in the assets folder. They include a screenshot showing the checkout notes area they want to modify.

Key Details:

  • The user provides CSS code snippets (appearing reversed/garbled in the post) related to cart order note styling
  • Store URL: www.circledspecialties.com

Support Response:
A PageFly representative offers to help and requests:

  • The store URL (which was provided)
  • Password if the store is password-protected

The support agent begins suggesting a solution involving:

  1. Navigating to Online Store → Theme
  2. Editing CSS by pasting code at the bottom of the theme.css file

Status: The discussion appears incomplete, as the full solution steps were cut off mid-instruction.

Summarized with AI on November 23. AI used: claude-sonnet-4-5-20250929.

Hello!

Is there a simple way to edit the text in the checkout notes below?

Presumably contained in the assets->theme.css.liquid file below?

Using Empire Theme is it makes a difference. Any help would me much appreciated!

.cart-ordernote .form-field {

max-width: 450px;
}
.cart-ordernote textarea {
min-height: 118px;
}###### .cart-ordernote-heading {
display: block;
margin-bottom: {{ space_x_small | divided_by: 16.0 | append: ‘rem’ }};
color: {{ settings.color_text }};

Hi @BFedro_CDS

This is Kate from PageFly - Landing page builder

Please share your store URL and if your store is password protected then please provide password too. So that we can help you.

Thank you.

www.circledspecialties.com

Hi @BFedro_CDS

I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css and paste your code at the bottom of the file