Orbe – Help center
PlansPartnersUse CasesSupportChangelog
  • 👋Before starting
    • Welcome
    • How Orbe works
    • Pricing
    • FAQs
  • 🧩GENERAL
    • Install Orbe
    • Refresh Data
    • Connect Stores
      • Redirect to another store
      • Settings
    • Integrations
      • Klaviyo
      • Global-e
      • Connectif
      • Hreflang Manager
      • Announcement Bar
    • Uninstall Orbe
  • 🌐Geolocation Popup
    • Set up Geolocation
    • Translations
    • Common issues
  • 🔁Selectors
    • Overview
    • Geolocation Button
      • How it works
      • Selector Placement
      • Variables
      • Custom Code
    • Market Selector
  • ⚙️Settings
    • Notifications
    • Behavioral Preferences
    • Custom CSS
  • Developer Reference
    • CSS
    • JavaScript
    • Relocating the Market Selector
    • Integrate your selector
    • Snippets
      • Create a full-screen popup
      • Country Order Customization
      • Language Order Customization
      • Hide the popup in a country
      • Change popup fonts
      • Hide countries
Powered by GitBook
On this page

Was this helpful?

  1. Developer Reference
  2. Snippets

Change popup fonts

PreviousHide the popup in a countryNextHide countries

Last updated 4 months ago

Was this helpful?

To change the font-family of specific parts of the popup, you need to target the appropriate CSS class for that element.

Important: Make sure the font you want to use is already installed in your theme or actively loaded; otherwise, it won’t work.

For example, to change only the font of the popup title, use the following CSS in Custom CSS:

.md-modal__header__title span {
    font-family: 'Gluten';
}

Replace 'Gluten' with the desired font-family name of your theme.

Popup element classes

You can also use these CSS classes to apply additional specific styles that are not available in the app embed settings. If a style is already provided in the app embed, please use that option instead.

Cover

Title

.md-modal__header__title span

Cover

Text

.md-modal__bodyContent p

Cover

Helper text

.md-modal__bodyContent__helperText

Cover

Labels

.md-modal__formContent__selectLabel

Cover

Selectors

#md-app-embed__modal .md-form__select, #md-app-embed__modal .md-form__select__country__list-link-wrapper span

Cover

Button

.md-btn__primary