SoccerSAPIScorecenter
Features

Theming & Design

Scorecenter gives you full control over your site's visual identity — from predefined theme presets to fine-grained color, typography, and layout adjustments. All changes are made in the CMS under Settings > Styles and take effect immediately.


Theme presets

Start with one of the built-in theme presets, then customize from there. Each preset includes coordinated light and dark mode color palettes.

ThemeAccentStyle
DefaultTealClean, modern sports look
EditorialRedNews-oriented, bold headlines
NewsroomBlueProfessional media feel
OnestBlueContemporary, rounded UI
PaperSlateMinimal, content-first
SunsetOrangeWarm, energetic tones

Each theme comes in light and dark variants. You can set a default mode and allow visitors to toggle between them.


Colors

Colors are organized into functional groups. You can override any individual color after selecting a theme preset.

ColorPurpose
PrimaryButtons, links, active states
AccentHighlights, badges, secondary emphasis
BackgroundPage background
SurfaceCard and panel backgrounds
TextBody text
Muted textSecondary text, captions
BorderDividers, card borders
LinkHyperlink color
ColorPurpose
LiveLive match indicators (typically red)
WinWin results, positive stats (typically green)
DrawDraw results (typically yellow/amber)
LossLoss results (typically red/muted)

Widget colors control the appearance of sports data modules (livescore tables, standings, stats, etc.):

ColorPurpose
Widget backgroundModule card background
Widget surfaceNested surfaces within modules
Widget textModule text
Widget accentModule highlights and active states
Widget borderModule borders and dividers

Five configurable chart colors (Chart 1 through Chart 5) used for data visualization in statistics modules, bar charts, and comparison graphics.


Typography


Layout

SettingOptionsDescription
Layout presetstandard, balanced, editorial, focusOverall layout proportions
Site layoutfull, boxedFull-width or contained layout
Container widthPixelsMaximum content width
Sidebar widthsPixelsLeft and right sidebar column widths

Design tokens

Fine-grained control over UI component styling:

SettingOptions
Border radiusnone, sharp, soft, default, rounded, more, full
Card stylebordered, shadow, elevated, flat
Densitycompact, default, comfortable
Module gap8–24px spacing between modules

SettingOptions
Layoutstacked (logo above nav), inline (logo beside nav)
Logo alignmentLeft, center
Separator styleLine style between header and content
Sticky headerKeep the header visible when scrolling
Nav indicatorsunderline, pill, dot — active menu item style

Mobile bottom navigation

Configure a bottom navigation bar for mobile visitors with up to 5 tabs. Each tab has:

  • Icon — from the icon library
  • Label — short text
  • URL — destination link

Branding

Branding settings are in Settings > Branding (separate from Styles):

SettingDescription
Brand nameShown in browser tab, header fallback, and metadata
LogoDefault logo image URL
Logo (light mode)Variant shown on light backgrounds
Logo (dark mode)Variant shown on dark backgrounds
Logo heightDisplay height in pixels (default: 40px)
FaviconBrowser tab icon
Primary colorBrand color used for buttons and accents

Custom CSS

Custom CSS requires the custom CSS feature on your plan.

For advanced customization beyond the theme settings, you can write custom CSS in Settings > Styles > CSS. The CSS is injected after the theme styles, so your rules take precedence.

Common use cases:

  • Adjusting specific component spacing
  • Overriding module-level styles
  • Adding custom animations
  • Targeting specific breakpoints

All theme colors are available as CSS variables (e.g., --primary, --background, --widget-accent), so your custom CSS stays consistent with theme changes.