> For the complete documentation index, see [llms.txt](https://help.sesami.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sesami.co/no/apps-integrations/shopify/online-store/customize-cart-verification-script-styles.md).

# Tilpass stilene for handlekurvverifiseringsskriptet

Hvis standardmeldingen for Cart Verification Script ikke passer til utseendet i butikken din, kan du tilpasse den med CSS.

## CSS-selektorer

Bruk disse selektorene for å style verifiseringsmeldingen:

* `sesami-warning-list` — beholderen for alle varselmeldinger
* `sesami-warning-item` — hver enkelt varselmelding

## Eksempler

### Hvit bakgrunn med maks bredde

```css
sesami-warning-list {
    bakgrunn: #FFF;
    maks-bredde: 400px;
}
```

### Mørkt tema (svart bakgrunn, hvit tekst)

```css
sesami-warning-list {
    bakgrunn: #000;
    farge: #FFF;
    maks-bredde: 400px;
}

sesami-warning-item {
    farge: #FFF;
}
```

## Hvor du legger til CSS-en

Legg til din egendefinerte CSS i Shopify-temaet ditt:

1. Gå til **Shopify Admin > Nettbutikk > Temaer > Tilpass**
2. Åpne **Temainnstillinger** (tannhjul-ikon)
3. Finn **Egendefinert CSS** seksjon (eller legg til en egen CSS-blokk)
4. Lim inn stilene dine og lagre

## Trenger du hjelp?

Hvis du ikke er komfortabel med å redigere CSS, kontakt oss på <help@sesami.co> med ønsket stil (beskrevet eller som en designfil), så gjør teamet vårt det for deg uten ekstra kostnad (kun betalte planer).

## Relatert

* [Skript for handlekurvkontroll](/no/apps-integrations/shopify/online-store/cart-verification-script.md) — hvordan skriptet fungerer og hvordan du aktiverer det


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.sesami.co/no/apps-integrations/shopify/online-store/customize-cart-verification-script-styles.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
